Shades of Downy #72CCC8
Tints of Downy #72CCC8
RGB
CMYK
RGB Variations
Color information
#72CCC8 (or 0x72CCC8) is known color: Downy. HEX triplet: 72, CC and C8. RGB value is (114,204,200). Sum of RGB (Red+Green+Blue) = 114+204+200=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #72CCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72CCC8 is #8D3337. Grayscale: #B0B0B0. Windows color (decimal): -9253688 or 13159538. OLE color: 13159538.
HSL color Cylindrical-coordinate representation of color #72CCC8: hue angle of 177.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CCC8 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 204 | 200 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.2 |
| HSL | 177.33º | 0.47% | 0.62% | - |
| HSV(B) | 177.33º | 0.44% | 0.8% | - |
| XYZ | 38.96 | 50.93 | 62.42 | - |
| YUV | 176.63 | 141.18 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 204 | 200 | 0.44 | 0 | 0.02 | 0.2 | 177.33 | 0.47 | 0.62 |
| Hex | 72 | CC | C8 | 2C | 0 | 2 | 14 | B1 | 2F | 3E |
| Octal | 162 | 314 | 310 | 54 | 0 | 2 | 24 | 261 | 57 | 76 |
| Binary | 1110010 | 11001100 | 11001000 | 101100 | 0 | 10 | 10100 | 10110001 | 101111 | 111110 |
Color Harmonies of #72CCC8
Complementary color
Monochromatic Colors of #72CCC8
Black with #72CCC8
Text Example
Text Example
White with #72CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CCC8; }
p { color: rgb(114,204,200); }
H1.HeaderClassName
{
color: #72CCC8;
}
.AnyTagClassName
{
color: #72CCC8;
}
</style>
background-color css
<style>
a { background-color: #72CCC8; }
a { background-color: rgb(114,204,200); }
div.DivClassName
{
background-color: #72CCC8;
}
.BgClassName
{
background-color: #72CCC8;
}
</style>
border-color css
<style>
span { border-color: #72CCC8; }
span { border-color: rgb(114,204,200); }
td.TdClassName
{
border-color: #72CCC8;
}
.TagClassName
{
border-color: #72CCC8;
}
</style>