Shades of Downy #72ECB4
Tints of Downy #72ECB4
RGB
CMYK
RGB Variations
Color information
#72ECB4 (or 0x72ECB4) is known color: Downy. HEX triplet: 72, EC and B4. RGB value is (114,236,180). Sum of RGB (Red+Green+Blue) = 114+236+180=530 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.51% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #72ECB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72ECB4 is #8D134B. Grayscale: #C1C1C1. Windows color (decimal): -9245516 or 11857010. OLE color: 11857010.
HSL color Cylindrical-coordinate representation of color #72ECB4: hue angle of 152.46º 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 #72ECB4 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 236 | 180 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.07 |
| HSL | 152.46º | 0.76% | 0.69% | - |
| HSV(B) | 152.46º | 0.52% | 0.93% | - |
| XYZ | 45.17 | 66.86 | 53.71 | - |
| YUV | 193.14 | 120.58 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 236 | 180 | 0.52 | 0 | 0.24 | 0.07 | 152.46 | 0.76 | 0.69 |
| Hex | 72 | EC | B4 | 34 | 0 | 18 | 7 | 98 | 4C | 45 |
| Octal | 162 | 354 | 264 | 64 | 0 | 30 | 7 | 230 | 114 | 105 |
| Binary | 1110010 | 11101100 | 10110100 | 110100 | 0 | 11000 | 111 | 10011000 | 1001100 | 1000101 |
Color Harmonies of #72ECB4
Complementary color
Monochromatic Colors of #72ECB4
Black with #72ECB4
Text Example
Text Example
White with #72ECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72ECB4; }
p { color: rgb(114,236,180); }
H1.HeaderClassName
{
color: #72ECB4;
}
.AnyTagClassName
{
color: #72ECB4;
}
</style>
background-color css
<style>
a { background-color: #72ECB4; }
a { background-color: rgb(114,236,180); }
div.DivClassName
{
background-color: #72ECB4;
}
.BgClassName
{
background-color: #72ECB4;
}
</style>
border-color css
<style>
span { border-color: #72ECB4; }
span { border-color: rgb(114,236,180); }
td.TdClassName
{
border-color: #72ECB4;
}
.TagClassName
{
border-color: #72ECB4;
}
</style>