Shades of Downy #72ECC2
Tints of Downy #72ECC2
RGB
CMYK
RGB Variations
Color information
#72ECC2 (or 0x72ECC2) is known color: Downy. HEX triplet: 72, EC and C2. RGB value is (114,236,194). Sum of RGB (Red+Green+Blue) = 114+236+194=544 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.96% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECC2 is #8D133D. Grayscale: #C2C2C2. Windows color (decimal): -9245502 or 12774514. OLE color: 12774514.
HSL color Cylindrical-coordinate representation of color #72ECC2: hue angle of 159.34º 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 #72ECC2 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 194 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.07 |
| HSL | 159.34º | 0.76% | 0.69% | - |
| HSV(B) | 159.34º | 0.52% | 0.93% | - |
| XYZ | 46.67 | 67.46 | 61.6 | - |
| YUV | 194.73 | 127.58 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 194 | 0.52 | 0 | 0.18 | 0.07 | 159.34 | 0.76 | 0.69 |
| Hex | 72 | EC | C2 | 34 | 0 | 12 | 7 | 9F | 4C | 45 |
| Octal | 162 | 354 | 302 | 64 | 0 | 22 | 7 | 237 | 114 | 105 |
| Binary | 1110010 | 11101100 | 11000010 | 110100 | 0 | 10010 | 111 | 10011111 | 1001100 | 1000101 |
Color Harmonies of #72ECC2
Complementary color
Monochromatic Colors of #72ECC2
Black with #72ECC2
Text Example
Text Example
White with #72ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECC2; }
p { color: rgb(114,236,194); }
H1.HeaderClassName
{
color: #72ECC2;
}
.AnyTagClassName
{
color: #72ECC2;
}
</style>
background-color css
<style>
a { background-color: #72ECC2; }
a { background-color: rgb(114,236,194); }
div.DivClassName
{
background-color: #72ECC2;
}
.BgClassName
{
background-color: #72ECC2;
}
</style>
border-color css
<style>
span { border-color: #72ECC2; }
span { border-color: rgb(114,236,194); }
td.TdClassName
{
border-color: #72ECC2;
}
.TagClassName
{
border-color: #72ECC2;
}
</style>