Shades of Downy #72E3CA
Tints of Downy #72E3CA
RGB
CMYK
RGB Variations
Color information
#72E3CA (or 0x72E3CA) is known color: Downy. HEX triplet: 72, E3 and CA. RGB value is (114,227,202). Sum of RGB (Red+Green+Blue) = 114+227+202=543 (71% of max value = 765). Red value is 114 (44.92% from 255 or 20.99% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #72E3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E3CA is #8D1C35. Grayscale: #BEBEBE. Windows color (decimal): -9247798 or 13296498. OLE color: 13296498.
HSL color Cylindrical-coordinate representation of color #72E3CA: hue angle of 166.73º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E3CA is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 227 | 202 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.11 |
| HSL | 166.73º | 0.67% | 0.67% | - |
| HSV(B) | 166.73º | 0.5% | 0.89% | - |
| XYZ | 45.07 | 62.78 | 65.62 | - |
| YUV | 190.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 227 | 202 | 0.50 | 0 | 0.11 | 0.11 | 166.73 | 0.67 | 0.67 |
| Hex | 72 | E3 | CA | 32 | 0 | B | B | A7 | 43 | 43 |
| Octal | 162 | 343 | 312 | 62 | 0 | 13 | 13 | 247 | 103 | 103 |
| Binary | 1110010 | 11100011 | 11001010 | 110010 | 0 | 1011 | 1011 | 10100111 | 1000011 | 1000011 |
Color Harmonies of #72E3CA
Complementary color
Monochromatic Colors of #72E3CA
Black with #72E3CA
Text Example
Text Example
White with #72E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E3CA; }
p { color: rgb(114,227,202); }
H1.HeaderClassName
{
color: #72E3CA;
}
.AnyTagClassName
{
color: #72E3CA;
}
</style>
background-color css
<style>
a { background-color: #72E3CA; }
a { background-color: rgb(114,227,202); }
div.DivClassName
{
background-color: #72E3CA;
}
.BgClassName
{
background-color: #72E3CA;
}
</style>
border-color css
<style>
span { border-color: #72E3CA; }
span { border-color: rgb(114,227,202); }
td.TdClassName
{
border-color: #72E3CA;
}
.TagClassName
{
border-color: #72E3CA;
}
</style>