Shades of Downy #71D3BF
Tints of Downy #71D3BF
RGB
CMYK
RGB Variations
Color information
#71D3BF (or 0x71D3BF) is known color: Downy. HEX triplet: 71, D3 and BF. RGB value is (113,211,191). Sum of RGB (Red+Green+Blue) = 113+211+191=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #71D3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D3BF is #8E2C40. Grayscale: #B3B3B3. Windows color (decimal): -9317441 or 12571505. OLE color: 12571505.
HSL color Cylindrical-coordinate representation of color #71D3BF: hue angle of 167.76º 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 #71D3BF is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 211 | 191 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.17 |
| HSL | 167.76º | 0.53% | 0.64% | - |
| HSV(B) | 167.76º | 0.46% | 0.83% | - |
| XYZ | 39.51 | 53.86 | 57.6 | - |
| YUV | 179.42 | 134.53 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 191 | 0.46 | 0 | 0.09 | 0.17 | 167.76 | 0.53 | 0.64 |
| Hex | 71 | D3 | BF | 2E | 0 | 9 | 11 | A8 | 35 | 40 |
| Octal | 161 | 323 | 277 | 56 | 0 | 11 | 21 | 250 | 65 | 100 |
| Binary | 1110001 | 11010011 | 10111111 | 101110 | 0 | 1001 | 10001 | 10101000 | 110101 | 1000000 |
Color Harmonies of #71D3BF
Complementary color
Monochromatic Colors of #71D3BF
Black with #71D3BF
Text Example
Text Example
White with #71D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D3BF; }
p { color: rgb(113,211,191); }
H1.HeaderClassName
{
color: #71D3BF;
}
.AnyTagClassName
{
color: #71D3BF;
}
</style>
background-color css
<style>
a { background-color: #71D3BF; }
a { background-color: rgb(113,211,191); }
div.DivClassName
{
background-color: #71D3BF;
}
.BgClassName
{
background-color: #71D3BF;
}
</style>
border-color css
<style>
span { border-color: #71D3BF; }
span { border-color: rgb(113,211,191); }
td.TdClassName
{
border-color: #71D3BF;
}
.TagClassName
{
border-color: #71D3BF;
}
</style>