Shades of Downy #72E2CF
Tints of Downy #72E2CF
RGB
CMYK
RGB Variations
Color information
#72E2CF (or 0x72E2CF) is known color: Downy. HEX triplet: 72, E2 and CF. RGB value is (114,226,207). Sum of RGB (Red+Green+Blue) = 114+226+207=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #72E2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E2CF is #8D1D30. Grayscale: #BEBEBE. Windows color (decimal): -9248049 or 13623922. OLE color: 13623922.
HSL color Cylindrical-coordinate representation of color #72E2CF: hue angle of 169.82º degrees, saturation: 0.66, 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 #72E2CF is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 226 | 207 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.11 |
| HSL | 169.82º | 0.66% | 0.67% | - |
| HSV(B) | 169.82º | 0.5% | 0.89% | - |
| XYZ | 45.4 | 62.48 | 68.7 | - |
| YUV | 190.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 226 | 207 | 0.50 | 0 | 0.08 | 0.11 | 169.82 | 0.66 | 0.67 |
| Hex | 72 | E2 | CF | 32 | 0 | 8 | B | AA | 42 | 43 |
| Octal | 162 | 342 | 317 | 62 | 0 | 10 | 13 | 252 | 102 | 103 |
| Binary | 1110010 | 11100010 | 11001111 | 110010 | 0 | 1000 | 1011 | 10101010 | 1000010 | 1000011 |
Color Harmonies of #72E2CF
Complementary color
Monochromatic Colors of #72E2CF
Black with #72E2CF
Text Example
Text Example
White with #72E2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E2CF; }
p { color: rgb(114,226,207); }
H1.HeaderClassName
{
color: #72E2CF;
}
.AnyTagClassName
{
color: #72E2CF;
}
</style>
background-color css
<style>
a { background-color: #72E2CF; }
a { background-color: rgb(114,226,207); }
div.DivClassName
{
background-color: #72E2CF;
}
.BgClassName
{
background-color: #72E2CF;
}
</style>
border-color css
<style>
span { border-color: #72E2CF; }
span { border-color: rgb(114,226,207); }
td.TdClassName
{
border-color: #72E2CF;
}
.TagClassName
{
border-color: #72E2CF;
}
</style>