Shades of Downy #71D8BD
Tints of Downy #71D8BD
RGB
CMYK
RGB Variations
Color information
#71D8BD (or 0x71D8BD) is known color: Downy. HEX triplet: 71, D8 and BD. RGB value is (113,216,189). Sum of RGB (Red+Green+Blue) = 113+216+189=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8BD is #8E2742. Grayscale: #B6B6B6. Windows color (decimal): -9316163 or 12441713. OLE color: 12441713.
HSL color Cylindrical-coordinate representation of color #71D8BD: hue angle of 164.27º 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 #71D8BD is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 189 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.15 |
| HSL | 164.27º | 0.57% | 0.65% | - |
| HSV(B) | 164.27º | 0.48% | 0.85% | - |
| XYZ | 40.55 | 56.3 | 56.87 | - |
| YUV | 182.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 189 | 0.48 | 0 | 0.12 | 0.15 | 164.27 | 0.57 | 0.65 |
| Hex | 71 | D8 | BD | 30 | 0 | C | F | A4 | 39 | 41 |
| Octal | 161 | 330 | 275 | 60 | 0 | 14 | 17 | 244 | 71 | 101 |
| Binary | 1110001 | 11011000 | 10111101 | 110000 | 0 | 1100 | 1111 | 10100100 | 111001 | 1000001 |
Color Harmonies of #71D8BD
Complementary color
Monochromatic Colors of #71D8BD
Black with #71D8BD
Text Example
Text Example
White with #71D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D8BD; }
p { color: rgb(113,216,189); }
H1.HeaderClassName
{
color: #71D8BD;
}
.AnyTagClassName
{
color: #71D8BD;
}
</style>
background-color css
<style>
a { background-color: #71D8BD; }
a { background-color: rgb(113,216,189); }
div.DivClassName
{
background-color: #71D8BD;
}
.BgClassName
{
background-color: #71D8BD;
}
</style>
border-color css
<style>
span { border-color: #71D8BD; }
span { border-color: rgb(113,216,189); }
td.TdClassName
{
border-color: #71D8BD;
}
.TagClassName
{
border-color: #71D8BD;
}
</style>