Shades of Downy #72E6B9
Tints of Downy #72E6B9
RGB
CMYK
RGB Variations
Color information
#72E6B9 (or 0x72E6B9) is known color: Downy. HEX triplet: 72, E6 and B9. RGB value is (114,230,185). Sum of RGB (Red+Green+Blue) = 114+230+185=529 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.55% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #72E6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E6B9 is #8D1946. Grayscale: #BEBEBE. Windows color (decimal): -9247047 or 12183154. OLE color: 12183154.
HSL color Cylindrical-coordinate representation of color #72E6B9: hue angle of 156.72º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E6B9 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 230 | 185 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.10 |
| HSL | 156.72º | 0.7% | 0.67% | - |
| HSV(B) | 156.72º | 0.5% | 0.9% | - |
| XYZ | 43.99 | 63.67 | 55.87 | - |
| YUV | 190.19 | 125.07 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 230 | 185 | 0.50 | 0 | 0.20 | 0.10 | 156.72 | 0.7 | 0.67 |
| Hex | 72 | E6 | B9 | 32 | 0 | 14 | A | 9D | 46 | 43 |
| Octal | 162 | 346 | 271 | 62 | 0 | 24 | 12 | 235 | 106 | 103 |
| Binary | 1110010 | 11100110 | 10111001 | 110010 | 0 | 10100 | 1010 | 10011101 | 1000110 | 1000011 |
Color Harmonies of #72E6B9
Complementary color
Monochromatic Colors of #72E6B9
Black with #72E6B9
Text Example
Text Example
White with #72E6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E6B9; }
p { color: rgb(114,230,185); }
H1.HeaderClassName
{
color: #72E6B9;
}
.AnyTagClassName
{
color: #72E6B9;
}
</style>
background-color css
<style>
a { background-color: #72E6B9; }
a { background-color: rgb(114,230,185); }
div.DivClassName
{
background-color: #72E6B9;
}
.BgClassName
{
background-color: #72E6B9;
}
</style>
border-color css
<style>
span { border-color: #72E6B9; }
span { border-color: rgb(114,230,185); }
td.TdClassName
{
border-color: #72E6B9;
}
.TagClassName
{
border-color: #72E6B9;
}
</style>