Shades of Downy #71D8C6
Tints of Downy #71D8C6
RGB
CMYK
RGB Variations
Color information
#71D8C6 (or 0x71D8C6) is known color: Downy. HEX triplet: 71, D8 and C6. RGB value is (113,216,198). Sum of RGB (Red+Green+Blue) = 113+216+198=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8C6 is #8E2739. Grayscale: #B7B7B7. Windows color (decimal): -9316154 or 13031537. OLE color: 13031537.
HSL color Cylindrical-coordinate representation of color #71D8C6: hue angle of 169.51º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D8C6 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 198 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.15 |
| HSL | 169.51º | 0.57% | 0.65% | - |
| HSV(B) | 169.51º | 0.48% | 0.85% | - |
| XYZ | 41.56 | 56.7 | 62.18 | - |
| YUV | 183.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 198 | 0.48 | 0 | 0.08 | 0.15 | 169.51 | 0.57 | 0.65 |
| Hex | 71 | D8 | C6 | 30 | 0 | 8 | F | AA | 39 | 41 |
| Octal | 161 | 330 | 306 | 60 | 0 | 10 | 17 | 252 | 71 | 101 |
| Binary | 1110001 | 11011000 | 11000110 | 110000 | 0 | 1000 | 1111 | 10101010 | 111001 | 1000001 |
Color Harmonies of #71D8C6
Complementary color
Monochromatic Colors of #71D8C6
Black with #71D8C6
Text Example
Text Example
White with #71D8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D8C6; }
p { color: rgb(113,216,198); }
H1.HeaderClassName
{
color: #71D8C6;
}
.AnyTagClassName
{
color: #71D8C6;
}
</style>
background-color css
<style>
a { background-color: #71D8C6; }
a { background-color: rgb(113,216,198); }
div.DivClassName
{
background-color: #71D8C6;
}
.BgClassName
{
background-color: #71D8C6;
}
</style>
border-color css
<style>
span { border-color: #71D8C6; }
span { border-color: rgb(113,216,198); }
td.TdClassName
{
border-color: #71D8C6;
}
.TagClassName
{
border-color: #71D8C6;
}
</style>