Shades of Downy #72DECD
Tints of Downy #72DECD
RGB
CMYK
RGB Variations
Color information
#72DECD (or 0x72DECD) is known color: Downy. HEX triplet: 72, DE and CD. RGB value is (114,222,205). Sum of RGB (Red+Green+Blue) = 114+222+205=541 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.07% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #72DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DECD is #8D2132. Grayscale: #BBBBBB. Windows color (decimal): -9249075 or 13491826. OLE color: 13491826.
HSL color Cylindrical-coordinate representation of color #72DECD: hue angle of 170.56º 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 #72DECD is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 222 | 205 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.13 |
| HSL | 170.56º | 0.62% | 0.66% | - |
| HSV(B) | 170.56º | 0.49% | 0.87% | - |
| XYZ | 44.08 | 60.23 | 67.06 | - |
| YUV | 187.77 | 137.72 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 222 | 205 | 0.49 | 0 | 0.08 | 0.13 | 170.56 | 0.62 | 0.66 |
| Hex | 72 | DE | CD | 31 | 0 | 8 | D | AB | 3E | 42 |
| Octal | 162 | 336 | 315 | 61 | 0 | 10 | 15 | 253 | 76 | 102 |
| Binary | 1110010 | 11011110 | 11001101 | 110001 | 0 | 1000 | 1101 | 10101011 | 111110 | 1000010 |
Color Harmonies of #72DECD
Complementary color
Monochromatic Colors of #72DECD
Black with #72DECD
Text Example
Text Example
White with #72DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DECD; }
p { color: rgb(114,222,205); }
H1.HeaderClassName
{
color: #72DECD;
}
.AnyTagClassName
{
color: #72DECD;
}
</style>
background-color css
<style>
a { background-color: #72DECD; }
a { background-color: rgb(114,222,205); }
div.DivClassName
{
background-color: #72DECD;
}
.BgClassName
{
background-color: #72DECD;
}
</style>
border-color css
<style>
span { border-color: #72DECD; }
span { border-color: rgb(114,222,205); }
td.TdClassName
{
border-color: #72DECD;
}
.TagClassName
{
border-color: #72DECD;
}
</style>