Shades of Downy #72ECBA
Tints of Downy #72ECBA
RGB
CMYK
RGB Variations
Color information
#72ECBA (or 0x72ECBA) is known color: Downy. HEX triplet: 72, EC and BA. RGB value is (114,236,186). Sum of RGB (Red+Green+Blue) = 114+236+186=536 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.27% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECBA is #8D1345. Grayscale: #C1C1C1. Windows color (decimal): -9245510 or 12250226. OLE color: 12250226.
HSL color Cylindrical-coordinate representation of color #72ECBA: hue angle of 155.41º 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 #72ECBA is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 186 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.07 |
| HSL | 155.41º | 0.76% | 0.69% | - |
| HSV(B) | 155.41º | 0.52% | 0.93% | - |
| XYZ | 45.8 | 67.11 | 56.99 | - |
| YUV | 193.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 186 | 0.52 | 0 | 0.21 | 0.07 | 155.41 | 0.76 | 0.69 |
| Hex | 72 | EC | BA | 34 | 0 | 15 | 7 | 9B | 4C | 45 |
| Octal | 162 | 354 | 272 | 64 | 0 | 25 | 7 | 233 | 114 | 105 |
| Binary | 1110010 | 11101100 | 10111010 | 110100 | 0 | 10101 | 111 | 10011011 | 1001100 | 1000101 |
Color Harmonies of #72ECBA
Complementary color
Monochromatic Colors of #72ECBA
Black with #72ECBA
Text Example
Text Example
White with #72ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECBA; }
p { color: rgb(114,236,186); }
H1.HeaderClassName
{
color: #72ECBA;
}
.AnyTagClassName
{
color: #72ECBA;
}
</style>
background-color css
<style>
a { background-color: #72ECBA; }
a { background-color: rgb(114,236,186); }
div.DivClassName
{
background-color: #72ECBA;
}
.BgClassName
{
background-color: #72ECBA;
}
</style>
border-color css
<style>
span { border-color: #72ECBA; }
span { border-color: rgb(114,236,186); }
td.TdClassName
{
border-color: #72ECBA;
}
.TagClassName
{
border-color: #72ECBA;
}
</style>