Shades of Downy #72E1CE
Tints of Downy #72E1CE
RGB
CMYK
RGB Variations
Color information
#72E1CE (or 0x72E1CE) is known color: Downy. HEX triplet: 72, E1 and CE. RGB value is (114,225,206). Sum of RGB (Red+Green+Blue) = 114+225+206=545 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.92% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E1CE is #8D1E31. Grayscale: #BDBDBD. Windows color (decimal): -9248306 or 13558130. OLE color: 13558130.
HSL color Cylindrical-coordinate representation of color #72E1CE: hue angle of 169.73º degrees, saturation: 0.65, 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 #72E1CE is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 225 | 206 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.12 |
| HSL | 169.73º | 0.65% | 0.66% | - |
| HSV(B) | 169.73º | 0.49% | 0.88% | - |
| XYZ | 45.01 | 61.88 | 67.97 | - |
| YUV | 189.65 | 137.23 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 225 | 206 | 0.49 | 0 | 0.08 | 0.12 | 169.73 | 0.65 | 0.66 |
| Hex | 72 | E1 | CE | 31 | 0 | 8 | C | AA | 41 | 42 |
| Octal | 162 | 341 | 316 | 61 | 0 | 10 | 14 | 252 | 101 | 102 |
| Binary | 1110010 | 11100001 | 11001110 | 110001 | 0 | 1000 | 1100 | 10101010 | 1000001 | 1000010 |
Color Harmonies of #72E1CE
Complementary color
Monochromatic Colors of #72E1CE
Black with #72E1CE
Text Example
Text Example
White with #72E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E1CE; }
p { color: rgb(114,225,206); }
H1.HeaderClassName
{
color: #72E1CE;
}
.AnyTagClassName
{
color: #72E1CE;
}
</style>
background-color css
<style>
a { background-color: #72E1CE; }
a { background-color: rgb(114,225,206); }
div.DivClassName
{
background-color: #72E1CE;
}
.BgClassName
{
background-color: #72E1CE;
}
</style>
border-color css
<style>
span { border-color: #72E1CE; }
span { border-color: rgb(114,225,206); }
td.TdClassName
{
border-color: #72E1CE;
}
.TagClassName
{
border-color: #72E1CE;
}
</style>