Shades of Downy #71D2B6
Tints of Downy #71D2B6
RGB
CMYK
RGB Variations
Color information
#71D2B6 (or 0x71D2B6) is known color: Downy. HEX triplet: 71, D2 and B6. RGB value is (113,210,182). Sum of RGB (Red+Green+Blue) = 113+210+182=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D2B6 is #8E2D49. Grayscale: #B1B1B1. Windows color (decimal): -9317706 or 11981425. OLE color: 11981425.
HSL color Cylindrical-coordinate representation of color #71D2B6: hue angle of 162.68º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D2B6 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 182 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.18 |
| HSL | 162.68º | 0.52% | 0.63% | - |
| HSV(B) | 162.68º | 0.46% | 0.82% | - |
| XYZ | 38.3 | 52.98 | 52.46 | - |
| YUV | 177.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 182 | 0.46 | 0 | 0.13 | 0.18 | 162.68 | 0.52 | 0.63 |
| Hex | 71 | D2 | B6 | 2E | 0 | D | 12 | A3 | 34 | 3F |
| Octal | 161 | 322 | 266 | 56 | 0 | 15 | 22 | 243 | 64 | 77 |
| Binary | 1110001 | 11010010 | 10110110 | 101110 | 0 | 1101 | 10010 | 10100011 | 110100 | 111111 |
Color Harmonies of #71D2B6
Complementary color
Monochromatic Colors of #71D2B6
Black with #71D2B6
Text Example
Text Example
White with #71D2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D2B6; }
p { color: rgb(113,210,182); }
H1.HeaderClassName
{
color: #71D2B6;
}
.AnyTagClassName
{
color: #71D2B6;
}
</style>
background-color css
<style>
a { background-color: #71D2B6; }
a { background-color: rgb(113,210,182); }
div.DivClassName
{
background-color: #71D2B6;
}
.BgClassName
{
background-color: #71D2B6;
}
</style>
border-color css
<style>
span { border-color: #71D2B6; }
span { border-color: rgb(113,210,182); }
td.TdClassName
{
border-color: #71D2B6;
}
.TagClassName
{
border-color: #71D2B6;
}
</style>