Shades of Downy #72DBBC
Tints of Downy #72DBBC
RGB
CMYK
RGB Variations
Color information
#72DBBC (or 0x72DBBC) is known color: Downy. HEX triplet: 72, DB and BC. RGB value is (114,219,188). Sum of RGB (Red+Green+Blue) = 114+219+188=521 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.88% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DBBC is #8D2443. Grayscale: #B8B8B8. Windows color (decimal): -9249860 or 12376946. OLE color: 12376946.
HSL color Cylindrical-coordinate representation of color #72DBBC: hue angle of 162.29º degrees, saturation: 0.59, 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 #72DBBC is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 188 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.14 |
| HSL | 162.29º | 0.59% | 0.65% | - |
| HSV(B) | 162.29º | 0.48% | 0.86% | - |
| XYZ | 41.35 | 57.87 | 56.57 | - |
| YUV | 184.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 188 | 0.48 | 0 | 0.14 | 0.14 | 162.29 | 0.59 | 0.65 |
| Hex | 72 | DB | BC | 30 | 0 | E | E | A2 | 3B | 41 |
| Octal | 162 | 333 | 274 | 60 | 0 | 16 | 16 | 242 | 73 | 101 |
| Binary | 1110010 | 11011011 | 10111100 | 110000 | 0 | 1110 | 1110 | 10100010 | 111011 | 1000001 |
Color Harmonies of #72DBBC
Complementary color
Monochromatic Colors of #72DBBC
Black with #72DBBC
Text Example
Text Example
White with #72DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBBC; }
p { color: rgb(114,219,188); }
H1.HeaderClassName
{
color: #72DBBC;
}
.AnyTagClassName
{
color: #72DBBC;
}
</style>
background-color css
<style>
a { background-color: #72DBBC; }
a { background-color: rgb(114,219,188); }
div.DivClassName
{
background-color: #72DBBC;
}
.BgClassName
{
background-color: #72DBBC;
}
</style>
border-color css
<style>
span { border-color: #72DBBC; }
span { border-color: rgb(114,219,188); }
td.TdClassName
{
border-color: #72DBBC;
}
.TagClassName
{
border-color: #72DBBC;
}
</style>