Shades of Downy #71D2B9
Tints of Downy #71D2B9
RGB
CMYK
RGB Variations
Color information
#71D2B9 (or 0x71D2B9) is known color: Downy. HEX triplet: 71, D2 and B9. RGB value is (113,210,185). Sum of RGB (Red+Green+Blue) = 113+210+185=508 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.24% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D2B9 is #8E2D46. Grayscale: #B2B2B2. Windows color (decimal): -9317703 or 12178033. OLE color: 12178033.
HSL color Cylindrical-coordinate representation of color #71D2B9: hue angle of 164.54º 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 #71D2B9 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 185 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.18 |
| HSL | 164.54º | 0.52% | 0.63% | - |
| HSV(B) | 164.54º | 0.46% | 0.82% | - |
| XYZ | 38.61 | 53.11 | 54.11 | - |
| YUV | 178.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 185 | 0.46 | 0 | 0.12 | 0.18 | 164.54 | 0.52 | 0.63 |
| Hex | 71 | D2 | B9 | 2E | 0 | C | 12 | A5 | 34 | 3F |
| Octal | 161 | 322 | 271 | 56 | 0 | 14 | 22 | 245 | 64 | 77 |
| Binary | 1110001 | 11010010 | 10111001 | 101110 | 0 | 1100 | 10010 | 10100101 | 110100 | 111111 |
Color Harmonies of #71D2B9
Complementary color
Monochromatic Colors of #71D2B9
Black with #71D2B9
Text Example
Text Example
White with #71D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D2B9; }
p { color: rgb(113,210,185); }
H1.HeaderClassName
{
color: #71D2B9;
}
.AnyTagClassName
{
color: #71D2B9;
}
</style>
background-color css
<style>
a { background-color: #71D2B9; }
a { background-color: rgb(113,210,185); }
div.DivClassName
{
background-color: #71D2B9;
}
.BgClassName
{
background-color: #71D2B9;
}
</style>
border-color css
<style>
span { border-color: #71D2B9; }
span { border-color: rgb(113,210,185); }
td.TdClassName
{
border-color: #71D2B9;
}
.TagClassName
{
border-color: #71D2B9;
}
</style>