Shades of Downy #72CEC9
Tints of Downy #72CEC9
RGB
CMYK
RGB Variations
Color information
#72CEC9 (or 0x72CEC9) is known color: Downy. HEX triplet: 72, CE and C9. RGB value is (114,206,201). Sum of RGB (Red+Green+Blue) = 114+206+201=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #72CEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CEC9 is #8D3136. Grayscale: #B1B1B1. Windows color (decimal): -9253175 or 13225586. OLE color: 13225586.
HSL color Cylindrical-coordinate representation of color #72CEC9: hue angle of 176.74º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CEC9 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 206 | 201 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.19 |
| HSL | 176.74º | 0.48% | 0.63% | - |
| HSV(B) | 176.74º | 0.45% | 0.81% | - |
| XYZ | 39.55 | 51.94 | 63.2 | - |
| YUV | 177.92 | 141.02 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 206 | 201 | 0.45 | 0 | 0.02 | 0.19 | 176.74 | 0.48 | 0.63 |
| Hex | 72 | CE | C9 | 2D | 0 | 2 | 13 | B1 | 30 | 3F |
| Octal | 162 | 316 | 311 | 55 | 0 | 2 | 23 | 261 | 60 | 77 |
| Binary | 1110010 | 11001110 | 11001001 | 101101 | 0 | 10 | 10011 | 10110001 | 110000 | 111111 |
Color Harmonies of #72CEC9
Complementary color
Monochromatic Colors of #72CEC9
Black with #72CEC9
Text Example
Text Example
White with #72CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CEC9; }
p { color: rgb(114,206,201); }
H1.HeaderClassName
{
color: #72CEC9;
}
.AnyTagClassName
{
color: #72CEC9;
}
</style>
background-color css
<style>
a { background-color: #72CEC9; }
a { background-color: rgb(114,206,201); }
div.DivClassName
{
background-color: #72CEC9;
}
.BgClassName
{
background-color: #72CEC9;
}
</style>
border-color css
<style>
span { border-color: #72CEC9; }
span { border-color: rgb(114,206,201); }
td.TdClassName
{
border-color: #72CEC9;
}
.TagClassName
{
border-color: #72CEC9;
}
</style>