Shades of Downy #71D0BE
Tints of Downy #71D0BE
RGB
CMYK
RGB Variations
Color information
#71D0BE (or 0x71D0BE) is known color: Downy. HEX triplet: 71, D0 and BE. RGB value is (113,208,190). Sum of RGB (Red+Green+Blue) = 113+208+190=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #71D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D0BE is #8E2F41. Grayscale: #B1B1B1. Windows color (decimal): -9318210 or 12505201. OLE color: 12505201.
HSL color Cylindrical-coordinate representation of color #71D0BE: hue angle of 168.63º degrees, saturation: 0.5, 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 #71D0BE is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 208 | 190 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.18 |
| HSL | 168.63º | 0.5% | 0.63% | - |
| HSV(B) | 168.63º | 0.46% | 0.82% | - |
| XYZ | 38.66 | 52.34 | 56.78 | - |
| YUV | 177.54 | 135.03 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 208 | 190 | 0.46 | 0 | 0.09 | 0.18 | 168.63 | 0.5 | 0.63 |
| Hex | 71 | D0 | BE | 2E | 0 | 9 | 12 | A9 | 32 | 3F |
| Octal | 161 | 320 | 276 | 56 | 0 | 11 | 22 | 251 | 62 | 77 |
| Binary | 1110001 | 11010000 | 10111110 | 101110 | 0 | 1001 | 10010 | 10101001 | 110010 | 111111 |
Color Harmonies of #71D0BE
Complementary color
Monochromatic Colors of #71D0BE
Black with #71D0BE
Text Example
Text Example
White with #71D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D0BE; }
p { color: rgb(113,208,190); }
H1.HeaderClassName
{
color: #71D0BE;
}
.AnyTagClassName
{
color: #71D0BE;
}
</style>
background-color css
<style>
a { background-color: #71D0BE; }
a { background-color: rgb(113,208,190); }
div.DivClassName
{
background-color: #71D0BE;
}
.BgClassName
{
background-color: #71D0BE;
}
</style>
border-color css
<style>
span { border-color: #71D0BE; }
span { border-color: rgb(113,208,190); }
td.TdClassName
{
border-color: #71D0BE;
}
.TagClassName
{
border-color: #71D0BE;
}
</style>