Shades of Downy #72DBCB
Tints of Downy #72DBCB
RGB
CMYK
RGB Variations
Color information
#72DBCB (or 0x72DBCB) is known color: Downy. HEX triplet: 72, DB and CB. RGB value is (114,219,203). Sum of RGB (Red+Green+Blue) = 114+219+203=536 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.27% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #72DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DBCB is #8D2434. Grayscale: #B9B9B9. Windows color (decimal): -9249845 or 13359986. OLE color: 13359986.
HSL color Cylindrical-coordinate representation of color #72DBCB: hue angle of 170.86º 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 #72DBCB is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 219 | 203 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.14 |
| HSL | 170.86º | 0.59% | 0.65% | - |
| HSV(B) | 170.86º | 0.48% | 0.86% | - |
| XYZ | 43.05 | 58.55 | 65.53 | - |
| YUV | 185.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 219 | 203 | 0.48 | 0 | 0.07 | 0.14 | 170.86 | 0.59 | 0.65 |
| Hex | 72 | DB | CB | 30 | 0 | 7 | E | AB | 3B | 41 |
| Octal | 162 | 333 | 313 | 60 | 0 | 7 | 16 | 253 | 73 | 101 |
| Binary | 1110010 | 11011011 | 11001011 | 110000 | 0 | 111 | 1110 | 10101011 | 111011 | 1000001 |
Color Harmonies of #72DBCB
Complementary color
Monochromatic Colors of #72DBCB
Black with #72DBCB
Text Example
Text Example
White with #72DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72DBCB; }
p { color: rgb(114,219,203); }
H1.HeaderClassName
{
color: #72DBCB;
}
.AnyTagClassName
{
color: #72DBCB;
}
</style>
background-color css
<style>
a { background-color: #72DBCB; }
a { background-color: rgb(114,219,203); }
div.DivClassName
{
background-color: #72DBCB;
}
.BgClassName
{
background-color: #72DBCB;
}
</style>
border-color css
<style>
span { border-color: #72DBCB; }
span { border-color: rgb(114,219,203); }
td.TdClassName
{
border-color: #72DBCB;
}
.TagClassName
{
border-color: #72DBCB;
}
</style>