Shades of Downy #72DCBB
Tints of Downy #72DCBB
RGB
CMYK
RGB Variations
Color information
#72DCBB (or 0x72DCBB) is known color: Downy. HEX triplet: 72, DC and BB. RGB value is (114,220,187). Sum of RGB (Red+Green+Blue) = 114+220+187=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #72DCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DCBB is #8D2344. Grayscale: #B8B8B8. Windows color (decimal): -9249605 or 12311666. OLE color: 12311666.
HSL color Cylindrical-coordinate representation of color #72DCBB: hue angle of 161.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DCBB is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 220 | 187 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.14 |
| HSL | 161.32º | 0.6% | 0.65% | - |
| HSV(B) | 161.32º | 0.48% | 0.86% | - |
| XYZ | 41.5 | 58.35 | 56.09 | - |
| YUV | 184.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 220 | 187 | 0.48 | 0 | 0.15 | 0.14 | 161.32 | 0.6 | 0.65 |
| Hex | 72 | DC | BB | 30 | 0 | F | E | A1 | 3C | 41 |
| Octal | 162 | 334 | 273 | 60 | 0 | 17 | 16 | 241 | 74 | 101 |
| Binary | 1110010 | 11011100 | 10111011 | 110000 | 0 | 1111 | 1110 | 10100001 | 111100 | 1000001 |
Color Harmonies of #72DCBB
Complementary color
Monochromatic Colors of #72DCBB
Black with #72DCBB
Text Example
Text Example
White with #72DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DCBB; }
p { color: rgb(114,220,187); }
H1.HeaderClassName
{
color: #72DCBB;
}
.AnyTagClassName
{
color: #72DCBB;
}
</style>
background-color css
<style>
a { background-color: #72DCBB; }
a { background-color: rgb(114,220,187); }
div.DivClassName
{
background-color: #72DCBB;
}
.BgClassName
{
background-color: #72DCBB;
}
</style>
border-color css
<style>
span { border-color: #72DCBB; }
span { border-color: rgb(114,220,187); }
td.TdClassName
{
border-color: #72DCBB;
}
.TagClassName
{
border-color: #72DCBB;
}
</style>