Shades of Downy #72DDB7
Tints of Downy #72DDB7
RGB
CMYK
RGB Variations
Color information
#72DDB7 (or 0x72DDB7) is known color: Downy. HEX triplet: 72, DD and B7. RGB value is (114,221,183). Sum of RGB (Red+Green+Blue) = 114+221+183=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDB7 is #8D2248. Grayscale: #B8B8B8. Windows color (decimal): -9249353 or 12049778. OLE color: 12049778.
HSL color Cylindrical-coordinate representation of color #72DDB7: hue angle of 158.69º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DDB7 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 221 | 183 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.13 |
| HSL | 158.69º | 0.61% | 0.66% | - |
| HSV(B) | 158.69º | 0.48% | 0.87% | - |
| XYZ | 41.34 | 58.71 | 53.95 | - |
| YUV | 184.68 | 127.05 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 221 | 183 | 0.48 | 0 | 0.17 | 0.13 | 158.69 | 0.61 | 0.66 |
| Hex | 72 | DD | B7 | 30 | 0 | 11 | D | 9F | 3D | 42 |
| Octal | 162 | 335 | 267 | 60 | 0 | 21 | 15 | 237 | 75 | 102 |
| Binary | 1110010 | 11011101 | 10110111 | 110000 | 0 | 10001 | 1101 | 10011111 | 111101 | 1000010 |
Color Harmonies of #72DDB7
Complementary color
Monochromatic Colors of #72DDB7
Black with #72DDB7
Text Example
Text Example
White with #72DDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DDB7; }
p { color: rgb(114,221,183); }
H1.HeaderClassName
{
color: #72DDB7;
}
.AnyTagClassName
{
color: #72DDB7;
}
</style>
background-color css
<style>
a { background-color: #72DDB7; }
a { background-color: rgb(114,221,183); }
div.DivClassName
{
background-color: #72DDB7;
}
.BgClassName
{
background-color: #72DDB7;
}
</style>
border-color css
<style>
span { border-color: #72DDB7; }
span { border-color: rgb(114,221,183); }
td.TdClassName
{
border-color: #72DDB7;
}
.TagClassName
{
border-color: #72DDB7;
}
</style>