Shades of Downy #71D3BD
Tints of Downy #71D3BD
RGB
CMYK
RGB Variations
Color information
#71D3BD (or 0x71D3BD) is known color: Downy. HEX triplet: 71, D3 and BD. RGB value is (113,211,189). Sum of RGB (Red+Green+Blue) = 113+211+189=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #71D3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D3BD is #8E2C42. Grayscale: #B3B3B3. Windows color (decimal): -9317443 or 12440433. OLE color: 12440433.
HSL color Cylindrical-coordinate representation of color #71D3BD: hue angle of 166.53º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D3BD is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 211 | 189 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.17 |
| HSL | 166.53º | 0.53% | 0.64% | - |
| HSV(B) | 166.53º | 0.46% | 0.83% | - |
| XYZ | 39.29 | 53.77 | 56.45 | - |
| YUV | 179.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 189 | 0.46 | 0 | 0.10 | 0.17 | 166.53 | 0.53 | 0.64 |
| Hex | 71 | D3 | BD | 2E | 0 | A | 11 | A7 | 35 | 40 |
| Octal | 161 | 323 | 275 | 56 | 0 | 12 | 21 | 247 | 65 | 100 |
| Binary | 1110001 | 11010011 | 10111101 | 101110 | 0 | 1010 | 10001 | 10100111 | 110101 | 1000000 |
Color Harmonies of #71D3BD
Complementary color
Monochromatic Colors of #71D3BD
Black with #71D3BD
Text Example
Text Example
White with #71D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D3BD; }
p { color: rgb(113,211,189); }
H1.HeaderClassName
{
color: #71D3BD;
}
.AnyTagClassName
{
color: #71D3BD;
}
</style>
background-color css
<style>
a { background-color: #71D3BD; }
a { background-color: rgb(113,211,189); }
div.DivClassName
{
background-color: #71D3BD;
}
.BgClassName
{
background-color: #71D3BD;
}
</style>
border-color css
<style>
span { border-color: #71D3BD; }
span { border-color: rgb(113,211,189); }
td.TdClassName
{
border-color: #71D3BD;
}
.TagClassName
{
border-color: #71D3BD;
}
</style>