Shades of Downy #72D8C7
Tints of Downy #72D8C7
RGB
CMYK
RGB Variations
Color information
#72D8C7 (or 0x72D8C7) is known color: Downy. HEX triplet: 72, D8 and C7. RGB value is (114,216,199). Sum of RGB (Red+Green+Blue) = 114+216+199=529 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.55% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #72D8C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D8C7 is #8D2738. Grayscale: #B7B7B7. Windows color (decimal): -9250617 or 13097074. OLE color: 13097074.
HSL color Cylindrical-coordinate representation of color #72D8C7: hue angle of 170º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D8C7 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 216 | 199 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.15 |
| HSL | 170º | 0.57% | 0.65% | - |
| HSV(B) | 170º | 0.47% | 0.85% | - |
| XYZ | 41.8 | 56.81 | 62.8 | - |
| YUV | 183.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 216 | 199 | 0.47 | 0 | 0.08 | 0.15 | 170 | 0.57 | 0.65 |
| Hex | 72 | D8 | C7 | 2F | 0 | 8 | F | AA | 39 | 41 |
| Octal | 162 | 330 | 307 | 57 | 0 | 10 | 17 | 252 | 71 | 101 |
| Binary | 1110010 | 11011000 | 11000111 | 101111 | 0 | 1000 | 1111 | 10101010 | 111001 | 1000001 |
Color Harmonies of #72D8C7
Complementary color
Monochromatic Colors of #72D8C7
Black with #72D8C7
Text Example
Text Example
White with #72D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72D8C7; }
p { color: rgb(114,216,199); }
H1.HeaderClassName
{
color: #72D8C7;
}
.AnyTagClassName
{
color: #72D8C7;
}
</style>
background-color css
<style>
a { background-color: #72D8C7; }
a { background-color: rgb(114,216,199); }
div.DivClassName
{
background-color: #72D8C7;
}
.BgClassName
{
background-color: #72D8C7;
}
</style>
border-color css
<style>
span { border-color: #72D8C7; }
span { border-color: rgb(114,216,199); }
td.TdClassName
{
border-color: #72D8C7;
}
.TagClassName
{
border-color: #72D8C7;
}
</style>