Shades of Downy #71D6BE
Tints of Downy #71D6BE
RGB
CMYK
RGB Variations
Color information
#71D6BE (or 0x71D6BE) is known color: Downy. HEX triplet: 71, D6 and BE. RGB value is (113,214,190). Sum of RGB (Red+Green+Blue) = 113+214+190=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #71D6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D6BE is #8E2941. Grayscale: #B5B5B5. Windows color (decimal): -9316674 or 12506737. OLE color: 12506737.
HSL color Cylindrical-coordinate representation of color #71D6BE: hue angle of 165.74º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D6BE is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 190 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.16 |
| HSL | 165.74º | 0.55% | 0.64% | - |
| HSV(B) | 165.74º | 0.47% | 0.84% | - |
| XYZ | 40.15 | 55.32 | 57.28 | - |
| YUV | 181.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 190 | 0.47 | 0 | 0.11 | 0.16 | 165.74 | 0.55 | 0.64 |
| Hex | 71 | D6 | BE | 2F | 0 | B | 10 | A6 | 37 | 40 |
| Octal | 161 | 326 | 276 | 57 | 0 | 13 | 20 | 246 | 67 | 100 |
| Binary | 1110001 | 11010110 | 10111110 | 101111 | 0 | 1011 | 10000 | 10100110 | 110111 | 1000000 |
Color Harmonies of #71D6BE
Complementary color
Monochromatic Colors of #71D6BE
Black with #71D6BE
Text Example
Text Example
White with #71D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D6BE; }
p { color: rgb(113,214,190); }
H1.HeaderClassName
{
color: #71D6BE;
}
.AnyTagClassName
{
color: #71D6BE;
}
</style>
background-color css
<style>
a { background-color: #71D6BE; }
a { background-color: rgb(113,214,190); }
div.DivClassName
{
background-color: #71D6BE;
}
.BgClassName
{
background-color: #71D6BE;
}
</style>
border-color css
<style>
span { border-color: #71D6BE; }
span { border-color: rgb(113,214,190); }
td.TdClassName
{
border-color: #71D6BE;
}
.TagClassName
{
border-color: #71D6BE;
}
</style>