Shades of Downy #72DCC0
Tints of Downy #72DCC0
RGB
CMYK
RGB Variations
Color information
#72DCC0 (or 0x72DCC0) is known color: Downy. HEX triplet: 72, DC and C0. RGB value is (114,220,192). Sum of RGB (Red+Green+Blue) = 114+220+192=526 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.67% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCC0 is #8D233F. Grayscale: #B9B9B9. Windows color (decimal): -9249600 or 12639346. OLE color: 12639346.
HSL color Cylindrical-coordinate representation of color #72DCC0: hue angle of 164.15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DCC0 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 192 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.14 |
| HSL | 164.15º | 0.6% | 0.65% | - |
| HSV(B) | 164.15º | 0.48% | 0.86% | - |
| XYZ | 42.05 | 58.57 | 58.96 | - |
| YUV | 185.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 192 | 0.48 | 0 | 0.13 | 0.14 | 164.15 | 0.6 | 0.65 |
| Hex | 72 | DC | C0 | 30 | 0 | D | E | A4 | 3C | 41 |
| Octal | 162 | 334 | 300 | 60 | 0 | 15 | 16 | 244 | 74 | 101 |
| Binary | 1110010 | 11011100 | 11000000 | 110000 | 0 | 1101 | 1110 | 10100100 | 111100 | 1000001 |
Color Harmonies of #72DCC0
Complementary color
Monochromatic Colors of #72DCC0
Black with #72DCC0
Text Example
Text Example
White with #72DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCC0; }
p { color: rgb(114,220,192); }
H1.HeaderClassName
{
color: #72DCC0;
}
.AnyTagClassName
{
color: #72DCC0;
}
</style>
background-color css
<style>
a { background-color: #72DCC0; }
a { background-color: rgb(114,220,192); }
div.DivClassName
{
background-color: #72DCC0;
}
.BgClassName
{
background-color: #72DCC0;
}
</style>
border-color css
<style>
span { border-color: #72DCC0; }
span { border-color: rgb(114,220,192); }
td.TdClassName
{
border-color: #72DCC0;
}
.TagClassName
{
border-color: #72DCC0;
}
</style>