Shades of Downy #72ECBE
Tints of Downy #72ECBE
RGB
CMYK
RGB Variations
Color information
#72ECBE (or 0x72ECBE) is known color: Downy. HEX triplet: 72, EC and BE. RGB value is (114,236,190). Sum of RGB (Red+Green+Blue) = 114+236+190=540 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.11% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECBE is #8D1341. Grayscale: #C2C2C2. Windows color (decimal): -9245506 or 12512370. OLE color: 12512370.
HSL color Cylindrical-coordinate representation of color #72ECBE: hue angle of 157.38º 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 #72ECBE is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 190 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.07 |
| HSL | 157.38º | 0.76% | 0.69% | - |
| HSV(B) | 157.38º | 0.52% | 0.93% | - |
| XYZ | 46.23 | 67.29 | 59.27 | - |
| YUV | 194.28 | 125.58 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 190 | 0.52 | 0 | 0.19 | 0.07 | 157.38 | 0.76 | 0.69 |
| Hex | 72 | EC | BE | 34 | 0 | 13 | 7 | 9D | 4C | 45 |
| Octal | 162 | 354 | 276 | 64 | 0 | 23 | 7 | 235 | 114 | 105 |
| Binary | 1110010 | 11101100 | 10111110 | 110100 | 0 | 10011 | 111 | 10011101 | 1001100 | 1000101 |
Color Harmonies of #72ECBE
Complementary color
Monochromatic Colors of #72ECBE
Black with #72ECBE
Text Example
Text Example
White with #72ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECBE; }
p { color: rgb(114,236,190); }
H1.HeaderClassName
{
color: #72ECBE;
}
.AnyTagClassName
{
color: #72ECBE;
}
</style>
background-color css
<style>
a { background-color: #72ECBE; }
a { background-color: rgb(114,236,190); }
div.DivClassName
{
background-color: #72ECBE;
}
.BgClassName
{
background-color: #72ECBE;
}
</style>
border-color css
<style>
span { border-color: #72ECBE; }
span { border-color: rgb(114,236,190); }
td.TdClassName
{
border-color: #72ECBE;
}
.TagClassName
{
border-color: #72ECBE;
}
</style>