Shades of Downy #72E6C7
Tints of Downy #72E6C7
RGB
CMYK
RGB Variations
Color information
#72E6C7 (or 0x72E6C7) is known color: Downy. HEX triplet: 72, E6 and C7. RGB value is (114,230,199). Sum of RGB (Red+Green+Blue) = 114+230+199=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #72E6C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E6C7 is #8D1938. Grayscale: #BFBFBF. Windows color (decimal): -9247033 or 13100658. OLE color: 13100658.
HSL color Cylindrical-coordinate representation of color #72E6C7: hue angle of 163.97º 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 #72E6C7 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 230 | 199 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.10 |
| HSL | 163.97º | 0.7% | 0.67% | - |
| HSV(B) | 163.97º | 0.5% | 0.9% | - |
| XYZ | 45.55 | 64.29 | 64.04 | - |
| YUV | 191.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 230 | 199 | 0.50 | 0 | 0.13 | 0.10 | 163.97 | 0.7 | 0.67 |
| Hex | 72 | E6 | C7 | 32 | 0 | D | A | A4 | 46 | 43 |
| Octal | 162 | 346 | 307 | 62 | 0 | 15 | 12 | 244 | 106 | 103 |
| Binary | 1110010 | 11100110 | 11000111 | 110010 | 0 | 1101 | 1010 | 10100100 | 1000110 | 1000011 |
Color Harmonies of #72E6C7
Complementary color
Monochromatic Colors of #72E6C7
Black with #72E6C7
Text Example
Text Example
White with #72E6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E6C7; }
p { color: rgb(114,230,199); }
H1.HeaderClassName
{
color: #72E6C7;
}
.AnyTagClassName
{
color: #72E6C7;
}
</style>
background-color css
<style>
a { background-color: #72E6C7; }
a { background-color: rgb(114,230,199); }
div.DivClassName
{
background-color: #72E6C7;
}
.BgClassName
{
background-color: #72E6C7;
}
</style>
border-color css
<style>
span { border-color: #72E6C7; }
span { border-color: rgb(114,230,199); }
td.TdClassName
{
border-color: #72E6C7;
}
.TagClassName
{
border-color: #72E6C7;
}
</style>