Shades of Downy #71D8BB
Tints of Downy #71D8BB
RGB
CMYK
RGB Variations
Color information
#71D8BB (or 0x71D8BB) is known color: Downy. HEX triplet: 71, D8 and BB. RGB value is (113,216,187). Sum of RGB (Red+Green+Blue) = 113+216+187=516 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.90% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8BB is #8E2744. Grayscale: #B5B5B5. Windows color (decimal): -9316165 or 12310641. OLE color: 12310641.
HSL color Cylindrical-coordinate representation of color #71D8BB: hue angle of 163.11º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D8BB is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 187 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.15 |
| HSL | 163.11º | 0.57% | 0.65% | - |
| HSV(B) | 163.11º | 0.48% | 0.85% | - |
| XYZ | 40.34 | 56.21 | 55.74 | - |
| YUV | 181.9 | 130.88 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 187 | 0.48 | 0 | 0.13 | 0.15 | 163.11 | 0.57 | 0.65 |
| Hex | 71 | D8 | BB | 30 | 0 | D | F | A3 | 39 | 41 |
| Octal | 161 | 330 | 273 | 60 | 0 | 15 | 17 | 243 | 71 | 101 |
| Binary | 1110001 | 11011000 | 10111011 | 110000 | 0 | 1101 | 1111 | 10100011 | 111001 | 1000001 |
Color Harmonies of #71D8BB
Complementary color
Monochromatic Colors of #71D8BB
Black with #71D8BB
Text Example
Text Example
White with #71D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D8BB; }
p { color: rgb(113,216,187); }
H1.HeaderClassName
{
color: #71D8BB;
}
.AnyTagClassName
{
color: #71D8BB;
}
</style>
background-color css
<style>
a { background-color: #71D8BB; }
a { background-color: rgb(113,216,187); }
div.DivClassName
{
background-color: #71D8BB;
}
.BgClassName
{
background-color: #71D8BB;
}
</style>
border-color css
<style>
span { border-color: #71D8BB; }
span { border-color: rgb(113,216,187); }
td.TdClassName
{
border-color: #71D8BB;
}
.TagClassName
{
border-color: #71D8BB;
}
</style>