Shades of Downy #72D0BA
Tints of Downy #72D0BA
RGB
CMYK
RGB Variations
Color information
#72D0BA (or 0x72D0BA) is known color: Downy. HEX triplet: 72, D0 and BA. RGB value is (114,208,186). Sum of RGB (Red+Green+Blue) = 114+208+186=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #72D0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D0BA is #8D2F45. Grayscale: #B1B1B1. Windows color (decimal): -9252678 or 12243058. OLE color: 12243058.
HSL color Cylindrical-coordinate representation of color #72D0BA: hue angle of 165.96º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72D0BA is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 208 | 186 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.18 |
| HSL | 165.96º | 0.5% | 0.63% | - |
| HSV(B) | 165.96º | 0.45% | 0.82% | - |
| XYZ | 38.36 | 52.23 | 54.51 | - |
| YUV | 177.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 208 | 186 | 0.45 | 0 | 0.11 | 0.18 | 165.96 | 0.5 | 0.63 |
| Hex | 72 | D0 | BA | 2D | 0 | B | 12 | A6 | 32 | 3F |
| Octal | 162 | 320 | 272 | 55 | 0 | 13 | 22 | 246 | 62 | 77 |
| Binary | 1110010 | 11010000 | 10111010 | 101101 | 0 | 1011 | 10010 | 10100110 | 110010 | 111111 |
Color Harmonies of #72D0BA
Complementary color
Monochromatic Colors of #72D0BA
Black with #72D0BA
Text Example
Text Example
White with #72D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D0BA; }
p { color: rgb(114,208,186); }
H1.HeaderClassName
{
color: #72D0BA;
}
.AnyTagClassName
{
color: #72D0BA;
}
</style>
background-color css
<style>
a { background-color: #72D0BA; }
a { background-color: rgb(114,208,186); }
div.DivClassName
{
background-color: #72D0BA;
}
.BgClassName
{
background-color: #72D0BA;
}
</style>
border-color css
<style>
span { border-color: #72D0BA; }
span { border-color: rgb(114,208,186); }
td.TdClassName
{
border-color: #72D0BA;
}
.TagClassName
{
border-color: #72D0BA;
}
</style>