Shades of Downy #72ECC0
Tints of Downy #72ECC0
RGB
CMYK
RGB Variations
Color information
#72ECC0 (or 0x72ECC0) is known color: Downy. HEX triplet: 72, EC and C0. RGB value is (114,236,192). Sum of RGB (Red+Green+Blue) = 114+236+192=542 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.03% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECC0 is #8D133F. Grayscale: #C2C2C2. Windows color (decimal): -9245504 or 12643442. OLE color: 12643442.
HSL color Cylindrical-coordinate representation of color #72ECC0: hue angle of 158.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72ECC0 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 192 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.07 |
| HSL | 158.36º | 0.76% | 0.69% | - |
| HSV(B) | 158.36º | 0.52% | 0.93% | - |
| XYZ | 46.45 | 67.37 | 60.43 | - |
| YUV | 194.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 192 | 0.52 | 0 | 0.19 | 0.07 | 158.36 | 0.76 | 0.69 |
| Hex | 72 | EC | C0 | 34 | 0 | 13 | 7 | 9E | 4C | 45 |
| Octal | 162 | 354 | 300 | 64 | 0 | 23 | 7 | 236 | 114 | 105 |
| Binary | 1110010 | 11101100 | 11000000 | 110100 | 0 | 10011 | 111 | 10011110 | 1001100 | 1000101 |
Color Harmonies of #72ECC0
Complementary color
Monochromatic Colors of #72ECC0
Black with #72ECC0
Text Example
Text Example
White with #72ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECC0; }
p { color: rgb(114,236,192); }
H1.HeaderClassName
{
color: #72ECC0;
}
.AnyTagClassName
{
color: #72ECC0;
}
</style>
background-color css
<style>
a { background-color: #72ECC0; }
a { background-color: rgb(114,236,192); }
div.DivClassName
{
background-color: #72ECC0;
}
.BgClassName
{
background-color: #72ECC0;
}
</style>
border-color css
<style>
span { border-color: #72ECC0; }
span { border-color: rgb(114,236,192); }
td.TdClassName
{
border-color: #72ECC0;
}
.TagClassName
{
border-color: #72ECC0;
}
</style>