Shades of Downy #72DECC
Tints of Downy #72DECC
RGB
CMYK
RGB Variations
Color information
#72DECC (or 0x72DECC) is known color: Downy. HEX triplet: 72, DE and CC. RGB value is (114,222,204). Sum of RGB (Red+Green+Blue) = 114+222+204=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #72DECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DECC is #8D2133. Grayscale: #BBBBBB. Windows color (decimal): -9249076 or 13426290. OLE color: 13426290.
HSL color Cylindrical-coordinate representation of color #72DECC: hue angle of 170º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DECC is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 222 | 204 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.13 |
| HSL | 170º | 0.62% | 0.66% | - |
| HSV(B) | 170º | 0.49% | 0.87% | - |
| XYZ | 43.96 | 60.18 | 66.43 | - |
| YUV | 187.66 | 137.22 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 222 | 204 | 0.49 | 0 | 0.08 | 0.13 | 170 | 0.62 | 0.66 |
| Hex | 72 | DE | CC | 31 | 0 | 8 | D | AA | 3E | 42 |
| Octal | 162 | 336 | 314 | 61 | 0 | 10 | 15 | 252 | 76 | 102 |
| Binary | 1110010 | 11011110 | 11001100 | 110001 | 0 | 1000 | 1101 | 10101010 | 111110 | 1000010 |
Color Harmonies of #72DECC
Complementary color
Monochromatic Colors of #72DECC
Black with #72DECC
Text Example
Text Example
White with #72DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DECC; }
p { color: rgb(114,222,204); }
H1.HeaderClassName
{
color: #72DECC;
}
.AnyTagClassName
{
color: #72DECC;
}
</style>
background-color css
<style>
a { background-color: #72DECC; }
a { background-color: rgb(114,222,204); }
div.DivClassName
{
background-color: #72DECC;
}
.BgClassName
{
background-color: #72DECC;
}
</style>
border-color css
<style>
span { border-color: #72DECC; }
span { border-color: rgb(114,222,204); }
td.TdClassName
{
border-color: #72DECC;
}
.TagClassName
{
border-color: #72DECC;
}
</style>