Shades of Downy #71DBBB
Tints of Downy #71DBBB
RGB
CMYK
RGB Variations
Color information
#71DBBB (or 0x71DBBB) is known color: Downy. HEX triplet: 71, DB and BB. RGB value is (113,219,187). Sum of RGB (Red+Green+Blue) = 113+219+187=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBBB is #8E2444. Grayscale: #B7B7B7. Windows color (decimal): -9315397 or 12311409. OLE color: 12311409.
HSL color Cylindrical-coordinate representation of color #71DBBB: hue angle of 161.89º 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 #71DBBB is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 187 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.14 |
| HSL | 161.89º | 0.6% | 0.65% | - |
| HSV(B) | 161.89º | 0.48% | 0.86% | - |
| XYZ | 41.11 | 57.76 | 56 | - |
| YUV | 183.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 187 | 0.48 | 0 | 0.15 | 0.14 | 161.89 | 0.6 | 0.65 |
| Hex | 71 | DB | BB | 30 | 0 | F | E | A2 | 3C | 41 |
| Octal | 161 | 333 | 273 | 60 | 0 | 17 | 16 | 242 | 74 | 101 |
| Binary | 1110001 | 11011011 | 10111011 | 110000 | 0 | 1111 | 1110 | 10100010 | 111100 | 1000001 |
Color Harmonies of #71DBBB
Complementary color
Monochromatic Colors of #71DBBB
Black with #71DBBB
Text Example
Text Example
White with #71DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DBBB; }
p { color: rgb(113,219,187); }
H1.HeaderClassName
{
color: #71DBBB;
}
.AnyTagClassName
{
color: #71DBBB;
}
</style>
background-color css
<style>
a { background-color: #71DBBB; }
a { background-color: rgb(113,219,187); }
div.DivClassName
{
background-color: #71DBBB;
}
.BgClassName
{
background-color: #71DBBB;
}
</style>
border-color css
<style>
span { border-color: #71DBBB; }
span { border-color: rgb(113,219,187); }
td.TdClassName
{
border-color: #71DBBB;
}
.TagClassName
{
border-color: #71DBBB;
}
</style>