Shades of Downy #72DDC9
Tints of Downy #72DDC9
RGB
CMYK
RGB Variations
Color information
#72DDC9 (or 0x72DDC9) is known color: Downy. HEX triplet: 72, DD and C9. RGB value is (114,221,201). Sum of RGB (Red+Green+Blue) = 114+221+201=536 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.27% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDC9 is #8D2236. Grayscale: #BABABA. Windows color (decimal): -9249335 or 13229426. OLE color: 13229426.
HSL color Cylindrical-coordinate representation of color #72DDC9: hue angle of 168.79º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DDC9 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 221 | 201 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.13 |
| HSL | 168.79º | 0.61% | 0.66% | - |
| HSV(B) | 168.79º | 0.48% | 0.87% | - |
| XYZ | 43.34 | 59.51 | 64.46 | - |
| YUV | 186.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 221 | 201 | 0.48 | 0 | 0.09 | 0.13 | 168.79 | 0.61 | 0.66 |
| Hex | 72 | DD | C9 | 30 | 0 | 9 | D | A9 | 3D | 42 |
| Octal | 162 | 335 | 311 | 60 | 0 | 11 | 15 | 251 | 75 | 102 |
| Binary | 1110010 | 11011101 | 11001001 | 110000 | 0 | 1001 | 1101 | 10101001 | 111101 | 1000010 |
Color Harmonies of #72DDC9
Complementary color
Monochromatic Colors of #72DDC9
Black with #72DDC9
Text Example
Text Example
White with #72DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DDC9; }
p { color: rgb(114,221,201); }
H1.HeaderClassName
{
color: #72DDC9;
}
.AnyTagClassName
{
color: #72DDC9;
}
</style>
background-color css
<style>
a { background-color: #72DDC9; }
a { background-color: rgb(114,221,201); }
div.DivClassName
{
background-color: #72DDC9;
}
.BgClassName
{
background-color: #72DDC9;
}
</style>
border-color css
<style>
span { border-color: #72DDC9; }
span { border-color: rgb(114,221,201); }
td.TdClassName
{
border-color: #72DDC9;
}
.TagClassName
{
border-color: #72DDC9;
}
</style>