Shades of Downy #71EBC0
Tints of Downy #71EBC0
RGB
CMYK
RGB Variations
Color information
#71EBC0 (or 0x71EBC0) is known color: Downy. HEX triplet: 71, EB and C0. RGB value is (113,235,192). Sum of RGB (Red+Green+Blue) = 113+235+192=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EBC0 is #8E143F. Grayscale: #C1C1C1. Windows color (decimal): -9311296 or 12643185. OLE color: 12643185.
HSL color Cylindrical-coordinate representation of color #71EBC0: hue angle of 158.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EBC0 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 235 | 192 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.08 |
| HSL | 158.85º | 0.75% | 0.68% | - |
| HSV(B) | 158.85º | 0.52% | 0.92% | - |
| XYZ | 46.03 | 66.73 | 60.32 | - |
| YUV | 193.62 | 127.08 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 235 | 192 | 0.52 | 0 | 0.18 | 0.08 | 158.85 | 0.75 | 0.68 |
| Hex | 71 | EB | C0 | 34 | 0 | 12 | 8 | 9F | 4B | 44 |
| Octal | 161 | 353 | 300 | 64 | 0 | 22 | 10 | 237 | 113 | 104 |
| Binary | 1110001 | 11101011 | 11000000 | 110100 | 0 | 10010 | 1000 | 10011111 | 1001011 | 1000100 |
Color Harmonies of #71EBC0
Complementary color
Monochromatic Colors of #71EBC0
Black with #71EBC0
Text Example
Text Example
White with #71EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EBC0; }
p { color: rgb(113,235,192); }
H1.HeaderClassName
{
color: #71EBC0;
}
.AnyTagClassName
{
color: #71EBC0;
}
</style>
background-color css
<style>
a { background-color: #71EBC0; }
a { background-color: rgb(113,235,192); }
div.DivClassName
{
background-color: #71EBC0;
}
.BgClassName
{
background-color: #71EBC0;
}
</style>
border-color css
<style>
span { border-color: #71EBC0; }
span { border-color: rgb(113,235,192); }
td.TdClassName
{
border-color: #71EBC0;
}
.TagClassName
{
border-color: #71EBC0;
}
</style>