Shades of Downy #71D8BC
Tints of Downy #71D8BC
RGB
CMYK
RGB Variations
Color information
#71D8BC (or 0x71D8BC) is known color: Downy. HEX triplet: 71, D8 and BC. RGB value is (113,216,188). Sum of RGB (Red+Green+Blue) = 113+216+188=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8BC is #8E2743. Grayscale: #B6B6B6. Windows color (decimal): -9316164 or 12376177. OLE color: 12376177.
HSL color Cylindrical-coordinate representation of color #71D8BC: hue angle of 163.69º 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 #71D8BC is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 188 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.15 |
| HSL | 163.69º | 0.57% | 0.65% | - |
| HSV(B) | 163.69º | 0.48% | 0.85% | - |
| XYZ | 40.44 | 56.25 | 56.3 | - |
| YUV | 182.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 188 | 0.48 | 0 | 0.13 | 0.15 | 163.69 | 0.57 | 0.65 |
| Hex | 71 | D8 | BC | 30 | 0 | D | F | A4 | 39 | 41 |
| Octal | 161 | 330 | 274 | 60 | 0 | 15 | 17 | 244 | 71 | 101 |
| Binary | 1110001 | 11011000 | 10111100 | 110000 | 0 | 1101 | 1111 | 10100100 | 111001 | 1000001 |
Color Harmonies of #71D8BC
Complementary color
Monochromatic Colors of #71D8BC
Black with #71D8BC
Text Example
Text Example
White with #71D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D8BC; }
p { color: rgb(113,216,188); }
H1.HeaderClassName
{
color: #71D8BC;
}
.AnyTagClassName
{
color: #71D8BC;
}
</style>
background-color css
<style>
a { background-color: #71D8BC; }
a { background-color: rgb(113,216,188); }
div.DivClassName
{
background-color: #71D8BC;
}
.BgClassName
{
background-color: #71D8BC;
}
</style>
border-color css
<style>
span { border-color: #71D8BC; }
span { border-color: rgb(113,216,188); }
td.TdClassName
{
border-color: #71D8BC;
}
.TagClassName
{
border-color: #71D8BC;
}
</style>