Shades of Downy #72E1CF
Tints of Downy #72E1CF
RGB
CMYK
RGB Variations
Color information
#72E1CF (or 0x72E1CF) is known color: Downy. HEX triplet: 72, E1 and CF. RGB value is (114,225,207). Sum of RGB (Red+Green+Blue) = 114+225+207=546 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.88% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #72E1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E1CF is #8D1E30. Grayscale: #BDBDBD. Windows color (decimal): -9248305 or 13623666. OLE color: 13623666.
HSL color Cylindrical-coordinate representation of color #72E1CF: hue angle of 170.27º 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 #72E1CF is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 225 | 207 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.12 |
| HSL | 170.27º | 0.65% | 0.66% | - |
| HSV(B) | 170.27º | 0.49% | 0.88% | - |
| XYZ | 45.13 | 61.93 | 68.61 | - |
| YUV | 189.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 225 | 207 | 0.49 | 0 | 0.08 | 0.12 | 170.27 | 0.65 | 0.66 |
| Hex | 72 | E1 | CF | 31 | 0 | 8 | C | AA | 41 | 42 |
| Octal | 162 | 341 | 317 | 61 | 0 | 10 | 14 | 252 | 101 | 102 |
| Binary | 1110010 | 11100001 | 11001111 | 110001 | 0 | 1000 | 1100 | 10101010 | 1000001 | 1000010 |
Color Harmonies of #72E1CF
Complementary color
Monochromatic Colors of #72E1CF
Black with #72E1CF
Text Example
Text Example
White with #72E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E1CF; }
p { color: rgb(114,225,207); }
H1.HeaderClassName
{
color: #72E1CF;
}
.AnyTagClassName
{
color: #72E1CF;
}
</style>
background-color css
<style>
a { background-color: #72E1CF; }
a { background-color: rgb(114,225,207); }
div.DivClassName
{
background-color: #72E1CF;
}
.BgClassName
{
background-color: #72E1CF;
}
</style>
border-color css
<style>
span { border-color: #72E1CF; }
span { border-color: rgb(114,225,207); }
td.TdClassName
{
border-color: #72E1CF;
}
.TagClassName
{
border-color: #72E1CF;
}
</style>