Shades of Downy #72E9C5
Tints of Downy #72E9C5
RGB
CMYK
RGB Variations
Color information
#72E9C5 (or 0x72E9C5) is known color: Downy. HEX triplet: 72, E9 and C5. RGB value is (114,233,197). Sum of RGB (Red+Green+Blue) = 114+233+197=544 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.96% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E9C5 is #8D163A. Grayscale: #C1C1C1. Windows color (decimal): -9246267 or 12970354. OLE color: 12970354.
HSL color Cylindrical-coordinate representation of color #72E9C5: hue angle of 161.85º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E9C5 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 233 | 197 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.09 |
| HSL | 161.85º | 0.73% | 0.68% | - |
| HSV(B) | 161.85º | 0.51% | 0.91% | - |
| XYZ | 46.16 | 65.89 | 63.11 | - |
| YUV | 193.32 | 130.08 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 233 | 197 | 0.51 | 0 | 0.15 | 0.09 | 161.85 | 0.73 | 0.68 |
| Hex | 72 | E9 | C5 | 33 | 0 | F | 9 | A2 | 49 | 44 |
| Octal | 162 | 351 | 305 | 63 | 0 | 17 | 11 | 242 | 111 | 104 |
| Binary | 1110010 | 11101001 | 11000101 | 110011 | 0 | 1111 | 1001 | 10100010 | 1001001 | 1000100 |
Color Harmonies of #72E9C5
Complementary color
Monochromatic Colors of #72E9C5
Black with #72E9C5
Text Example
Text Example
White with #72E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E9C5; }
p { color: rgb(114,233,197); }
H1.HeaderClassName
{
color: #72E9C5;
}
.AnyTagClassName
{
color: #72E9C5;
}
</style>
background-color css
<style>
a { background-color: #72E9C5; }
a { background-color: rgb(114,233,197); }
div.DivClassName
{
background-color: #72E9C5;
}
.BgClassName
{
background-color: #72E9C5;
}
</style>
border-color css
<style>
span { border-color: #72E9C5; }
span { border-color: rgb(114,233,197); }
td.TdClassName
{
border-color: #72E9C5;
}
.TagClassName
{
border-color: #72E9C5;
}
</style>