Shades of Downy #72E0D3
Tints of Downy #72E0D3
RGB
CMYK
RGB Variations
Color information
#72E0D3 (or 0x72E0D3) is known color: Downy. HEX triplet: 72, E0 and D3. RGB value is (114,224,211). Sum of RGB (Red+Green+Blue) = 114+224+211=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #72E0D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E0D3 is #8D1F2C. Grayscale: #BDBDBD. Windows color (decimal): -9248557 or 13885554. OLE color: 13885554.
HSL color Cylindrical-coordinate representation of color #72E0D3: hue angle of 172.91º 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 #72E0D3 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 224 | 211 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.12 |
| HSL | 172.91º | 0.64% | 0.66% | - |
| HSV(B) | 172.91º | 0.49% | 0.88% | - |
| XYZ | 45.35 | 61.59 | 71.13 | - |
| YUV | 189.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 224 | 211 | 0.49 | 0 | 0.06 | 0.12 | 172.91 | 0.64 | 0.66 |
| Hex | 72 | E0 | D3 | 31 | 0 | 6 | C | AD | 40 | 42 |
| Octal | 162 | 340 | 323 | 61 | 0 | 6 | 14 | 255 | 100 | 102 |
| Binary | 1110010 | 11100000 | 11010011 | 110001 | 0 | 110 | 1100 | 10101101 | 1000000 | 1000010 |
Color Harmonies of #72E0D3
Complementary color
Monochromatic Colors of #72E0D3
Black with #72E0D3
Text Example
Text Example
White with #72E0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E0D3; }
p { color: rgb(114,224,211); }
H1.HeaderClassName
{
color: #72E0D3;
}
.AnyTagClassName
{
color: #72E0D3;
}
</style>
background-color css
<style>
a { background-color: #72E0D3; }
a { background-color: rgb(114,224,211); }
div.DivClassName
{
background-color: #72E0D3;
}
.BgClassName
{
background-color: #72E0D3;
}
</style>
border-color css
<style>
span { border-color: #72E0D3; }
span { border-color: rgb(114,224,211); }
td.TdClassName
{
border-color: #72E0D3;
}
.TagClassName
{
border-color: #72E0D3;
}
</style>