Shades of Downy #72E0D1
Tints of Downy #72E0D1
RGB
CMYK
RGB Variations
Color information
#72E0D1 (or 0x72E0D1) is known color: Downy. HEX triplet: 72, E0 and D1. RGB value is (114,224,209). Sum of RGB (Red+Green+Blue) = 114+224+209=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #72E0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E0D1 is #8D1F2E. Grayscale: #BDBDBD. Windows color (decimal): -9248559 or 13754482. OLE color: 13754482.
HSL color Cylindrical-coordinate representation of color #72E0D1: hue angle of 171.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E0D1 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 209 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.12 |
| HSL | 171.82º | 0.64% | 0.66% | - |
| HSV(B) | 171.82º | 0.49% | 0.88% | - |
| XYZ | 45.1 | 61.49 | 69.81 | - |
| YUV | 189.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 209 | 0.49 | 0 | 0.07 | 0.12 | 171.82 | 0.64 | 0.66 |
| Hex | 72 | E0 | D1 | 31 | 0 | 7 | C | AC | 40 | 42 |
| Octal | 162 | 340 | 321 | 61 | 0 | 7 | 14 | 254 | 100 | 102 |
| Binary | 1110010 | 11100000 | 11010001 | 110001 | 0 | 111 | 1100 | 10101100 | 1000000 | 1000010 |
Color Harmonies of #72E0D1
Complementary color
Monochromatic Colors of #72E0D1
Black with #72E0D1
Text Example
Text Example
White with #72E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E0D1; }
p { color: rgb(114,224,209); }
H1.HeaderClassName
{
color: #72E0D1;
}
.AnyTagClassName
{
color: #72E0D1;
}
</style>
background-color css
<style>
a { background-color: #72E0D1; }
a { background-color: rgb(114,224,209); }
div.DivClassName
{
background-color: #72E0D1;
}
.BgClassName
{
background-color: #72E0D1;
}
</style>
border-color css
<style>
span { border-color: #72E0D1; }
span { border-color: rgb(114,224,209); }
td.TdClassName
{
border-color: #72E0D1;
}
.TagClassName
{
border-color: #72E0D1;
}
</style>