Shades of Downy #71D8C1
Tints of Downy #71D8C1
RGB
CMYK
RGB Variations
Color information
#71D8C1 (or 0x71D8C1) is known color: Downy. HEX triplet: 71, D8 and C1. RGB value is (113,216,193). Sum of RGB (Red+Green+Blue) = 113+216+193=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #71D8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D8C1 is #8E273E. Grayscale: #B6B6B6. Windows color (decimal): -9316159 or 12703857. OLE color: 12703857.
HSL color Cylindrical-coordinate representation of color #71D8C1: hue angle of 166.6º 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 #71D8C1 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 193 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.15 |
| HSL | 166.6º | 0.57% | 0.65% | - |
| HSV(B) | 166.6º | 0.48% | 0.85% | - |
| XYZ | 40.99 | 56.47 | 59.19 | - |
| YUV | 182.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 193 | 0.48 | 0 | 0.11 | 0.15 | 166.6 | 0.57 | 0.65 |
| Hex | 71 | D8 | C1 | 30 | 0 | B | F | A7 | 39 | 41 |
| Octal | 161 | 330 | 301 | 60 | 0 | 13 | 17 | 247 | 71 | 101 |
| Binary | 1110001 | 11011000 | 11000001 | 110000 | 0 | 1011 | 1111 | 10100111 | 111001 | 1000001 |
Color Harmonies of #71D8C1
Complementary color
Monochromatic Colors of #71D8C1
Black with #71D8C1
Text Example
Text Example
White with #71D8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D8C1; }
p { color: rgb(113,216,193); }
H1.HeaderClassName
{
color: #71D8C1;
}
.AnyTagClassName
{
color: #71D8C1;
}
</style>
background-color css
<style>
a { background-color: #71D8C1; }
a { background-color: rgb(113,216,193); }
div.DivClassName
{
background-color: #71D8C1;
}
.BgClassName
{
background-color: #71D8C1;
}
</style>
border-color css
<style>
span { border-color: #71D8C1; }
span { border-color: rgb(113,216,193); }
td.TdClassName
{
border-color: #71D8C1;
}
.TagClassName
{
border-color: #71D8C1;
}
</style>