Shades of Downy #72CDC8
Tints of Downy #72CDC8
RGB
CMYK
RGB Variations
Color information
#72CDC8 (or 0x72CDC8) is known color: Downy. HEX triplet: 72, CD and C8. RGB value is (114,205,200). Sum of RGB (Red+Green+Blue) = 114+205+200=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CDC8 is #8D3237. Grayscale: #B1B1B1. Windows color (decimal): -9253432 or 13159794. OLE color: 13159794.
HSL color Cylindrical-coordinate representation of color #72CDC8: hue angle of 176.7º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CDC8 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 205 | 200 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.20 |
| HSL | 176.7º | 0.48% | 0.63% | - |
| HSV(B) | 176.7º | 0.44% | 0.8% | - |
| XYZ | 39.2 | 51.41 | 62.5 | - |
| YUV | 177.22 | 140.85 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 205 | 200 | 0.44 | 0 | 0.02 | 0.20 | 176.7 | 0.48 | 0.63 |
| Hex | 72 | CD | C8 | 2C | 0 | 2 | 14 | B1 | 30 | 3F |
| Octal | 162 | 315 | 310 | 54 | 0 | 2 | 24 | 261 | 60 | 77 |
| Binary | 1110010 | 11001101 | 11001000 | 101100 | 0 | 10 | 10100 | 10110001 | 110000 | 111111 |
Color Harmonies of #72CDC8
Complementary color
Monochromatic Colors of #72CDC8
Black with #72CDC8
Text Example
Text Example
White with #72CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CDC8; }
p { color: rgb(114,205,200); }
H1.HeaderClassName
{
color: #72CDC8;
}
.AnyTagClassName
{
color: #72CDC8;
}
</style>
background-color css
<style>
a { background-color: #72CDC8; }
a { background-color: rgb(114,205,200); }
div.DivClassName
{
background-color: #72CDC8;
}
.BgClassName
{
background-color: #72CDC8;
}
</style>
border-color css
<style>
span { border-color: #72CDC8; }
span { border-color: rgb(114,205,200); }
td.TdClassName
{
border-color: #72CDC8;
}
.TagClassName
{
border-color: #72CDC8;
}
</style>