Shades of Downy #72ECB5
Tints of Downy #72ECB5
RGB
CMYK
RGB Variations
Color information
#72ECB5 (or 0x72ECB5) is known color: Downy. HEX triplet: 72, EC and B5. RGB value is (114,236,181). Sum of RGB (Red+Green+Blue) = 114+236+181=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECB5 is #8D134A. Grayscale: #C1C1C1. Windows color (decimal): -9245515 or 11922546. OLE color: 11922546.
HSL color Cylindrical-coordinate representation of color #72ECB5: hue angle of 152.95º 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 #72ECB5 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 181 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.07 |
| HSL | 152.95º | 0.76% | 0.69% | - |
| HSV(B) | 152.95º | 0.52% | 0.93% | - |
| XYZ | 45.28 | 66.9 | 54.24 | - |
| YUV | 193.25 | 121.08 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 181 | 0.52 | 0 | 0.23 | 0.07 | 152.95 | 0.76 | 0.69 |
| Hex | 72 | EC | B5 | 34 | 0 | 17 | 7 | 99 | 4C | 45 |
| Octal | 162 | 354 | 265 | 64 | 0 | 27 | 7 | 231 | 114 | 105 |
| Binary | 1110010 | 11101100 | 10110101 | 110100 | 0 | 10111 | 111 | 10011001 | 1001100 | 1000101 |
Color Harmonies of #72ECB5
Complementary color
Monochromatic Colors of #72ECB5
Black with #72ECB5
Text Example
Text Example
White with #72ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECB5; }
p { color: rgb(114,236,181); }
H1.HeaderClassName
{
color: #72ECB5;
}
.AnyTagClassName
{
color: #72ECB5;
}
</style>
background-color css
<style>
a { background-color: #72ECB5; }
a { background-color: rgb(114,236,181); }
div.DivClassName
{
background-color: #72ECB5;
}
.BgClassName
{
background-color: #72ECB5;
}
</style>
border-color css
<style>
span { border-color: #72ECB5; }
span { border-color: rgb(114,236,181); }
td.TdClassName
{
border-color: #72ECB5;
}
.TagClassName
{
border-color: #72ECB5;
}
</style>