Shades of Downy #71E1D0
Tints of Downy #71E1D0
RGB
CMYK
RGB Variations
Color information
#71E1D0 (or 0x71E1D0) is known color: Downy. HEX triplet: 71, E1 and D0. RGB value is (113,225,208). Sum of RGB (Red+Green+Blue) = 113+225+208=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #71E1D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E1D0 is #8E1E2F. Grayscale: #BDBDBD. Windows color (decimal): -9313840 or 13689201. OLE color: 13689201.
HSL color Cylindrical-coordinate representation of color #71E1D0: hue angle of 170.89º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E1D0 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 208 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.12 |
| HSL | 170.89º | 0.65% | 0.66% | - |
| HSV(B) | 170.89º | 0.5% | 0.88% | - |
| XYZ | 45.12 | 61.92 | 69.25 | - |
| YUV | 189.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 208 | 0.50 | 0 | 0.08 | 0.12 | 170.89 | 0.65 | 0.66 |
| Hex | 71 | E1 | D0 | 32 | 0 | 8 | C | AB | 41 | 42 |
| Octal | 161 | 341 | 320 | 62 | 0 | 10 | 14 | 253 | 101 | 102 |
| Binary | 1110001 | 11100001 | 11010000 | 110010 | 0 | 1000 | 1100 | 10101011 | 1000001 | 1000010 |
Color Harmonies of #71E1D0
Complementary color
Monochromatic Colors of #71E1D0
Black with #71E1D0
Text Example
Text Example
White with #71E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E1D0; }
p { color: rgb(113,225,208); }
H1.HeaderClassName
{
color: #71E1D0;
}
.AnyTagClassName
{
color: #71E1D0;
}
</style>
background-color css
<style>
a { background-color: #71E1D0; }
a { background-color: rgb(113,225,208); }
div.DivClassName
{
background-color: #71E1D0;
}
.BgClassName
{
background-color: #71E1D0;
}
</style>
border-color css
<style>
span { border-color: #71E1D0; }
span { border-color: rgb(113,225,208); }
td.TdClassName
{
border-color: #71E1D0;
}
.TagClassName
{
border-color: #71E1D0;
}
</style>