#72d8d2

#72d8d2 color hex

#72d8d2 hex color information.
RGB value of #72d8d2 is (114,216,210)
Change page background color to #72d8d2 | Reset

#72d8d2 rgb color chart

Color spaces of #72d8d2

RGB 114216210
HSL0.490.570.65
HSV176°47°85°
CMYK 0.470.000.03   0.15
XYZ43.128257.342369.7678
Yxy57.34230.25330.3368
Hunter Lab75.7247-30.8554-1.6187
CIE-Lab80.3717-31.1775-6.2647

Shades of #72d8d2

Tints of #72d8d2

RGB Percentages of Color #72d8d2

%21.11
%40.00
%38.89

CMYK Percentages of Color #72d8d2

%47
%0
%3
%15

#72d8d2 Color Info

#72d8d2 hex color red value is 114, green value is 216 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #72d8d2 hue: 0.49 , saturation: 0.57 and the lightness value of 72d8d2 is 0.65.

The process color (four color CMYK) of #72d8d2 hex color is 0.47, 0.00, 0.03, 0.15. Web safe color of #72d8d2 is #66cccc

Color #72d8d2 contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011000 11010010
Octal 162 330 322
Decimal 114 216 210
Hexadecimal 72 D8 D2

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #72d8d2

Triadic Colors of #72d8d2

#72d8d2 #d171d8 #d8d171

Analogous Colors of #72d8d2

#72d8d2 #71abd8 #71d89e

Complementary Color of #72d8d2

#72d8d2 #d87178

#72d8d2 HSL Color Chart
#72d8d2 hsl color chart
#72d8d2 RGB Color Chart

#72d8d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72d8d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72d8d2 Color CSS Codes

.mybgcolor {background-color:#72d8d2; } 
.myforecolor {color:#72d8d2; }
.mybordercolor {border:3px solid #72d8d2; }
Sample text font color #72d8d2

This sample text font color is #72d8d2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#72d8d2">Text here</p>
#72d8d2 background color

This div background color is #72d8d2

<div style="background-color:#72d8d2">
Div content here</div>
#72d8d2 border color

This div border color is #72d8d2

<div style="border:3px solid #72d8d2">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #72d8d2 Color Sample
#72d8d2border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(114,216,210, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #72d8d2; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #72d8d2;
  -webkit-box-shadow: 1px 1px 3px 2px #72d8d2;
  box-shadow:         1px 1px 3px 2px #72d8d2; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(114,216,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #72d8d2">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #72d8d2

<div style="-moz-box-shadow: 1px 1px 3px 2px #72d8d2;
  -webkit-box-shadow: 1px 1px 3px 2px #72d8d2;
  box-shadow:         1px 1px 3px 2px #72d8d2;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top