Shades of Spray #72D0DC
Tints of Spray #72D0DC
RGB
CMYK
RGB Variations
Color information
#72D0DC (or 0x72D0DC) is known color: Spray. HEX triplet: 72, D0 and DC. RGB value is (114,208,220). Sum of RGB (Red+Green+Blue) = 114+208+220=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #72D0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D0DC is #8D2F23. Grayscale: #B5B5B5. Windows color (decimal): -9252644 or 14471282. OLE color: 14471282.
HSL color Cylindrical-coordinate representation of color #72D0DC: hue angle of 186.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72D0DC is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 208 | 220 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.14 |
| HSL | 186.79º | 0.6% | 0.65% | - |
| HSV(B) | 186.79º | 0.48% | 0.86% | - |
| XYZ | 42.41 | 53.86 | 75.87 | - |
| YUV | 181.26 | 149.86 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 208 | 220 | 0.48 | 0.05 | 0 | 0.14 | 186.79 | 0.6 | 0.65 |
| Hex | 72 | D0 | DC | 30 | 5 | 0 | E | BB | 3C | 41 |
| Octal | 162 | 320 | 334 | 60 | 5 | 0 | 16 | 273 | 74 | 101 |
| Binary | 1110010 | 11010000 | 11011100 | 110000 | 101 | 0 | 1110 | 10111011 | 111100 | 1000001 |
Color Harmonies of #72D0DC
Complementary color
Monochromatic Colors of #72D0DC
Black with #72D0DC
Text Example
Text Example
White with #72D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D0DC; }
p { color: rgb(114,208,220); }
H1.HeaderClassName
{
color: #72D0DC;
}
.AnyTagClassName
{
color: #72D0DC;
}
</style>
background-color css
<style>
a { background-color: #72D0DC; }
a { background-color: rgb(114,208,220); }
div.DivClassName
{
background-color: #72D0DC;
}
.BgClassName
{
background-color: #72D0DC;
}
</style>
border-color css
<style>
span { border-color: #72D0DC; }
span { border-color: rgb(114,208,220); }
td.TdClassName
{
border-color: #72D0DC;
}
.TagClassName
{
border-color: #72D0DC;
}
</style>