Shades of Downy #71ECBA
Tints of Downy #71ECBA
RGB
CMYK
RGB Variations
Color information
#71ECBA (or 0x71ECBA) is known color: Downy. HEX triplet: 71, EC and BA. RGB value is (113,236,186). Sum of RGB (Red+Green+Blue) = 113+236+186=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #71ECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71ECBA is #8E1345. Grayscale: #C1C1C1. Windows color (decimal): -9311046 or 12250225. OLE color: 12250225.
HSL color Cylindrical-coordinate representation of color #71ECBA: hue angle of 155.61º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ECBA is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 186 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.07 |
| HSL | 155.61º | 0.76% | 0.68% | - |
| HSV(B) | 155.61º | 0.52% | 0.93% | - |
| XYZ | 45.67 | 67.05 | 56.99 | - |
| YUV | 193.52 | 123.75 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 186 | 0.52 | 0 | 0.21 | 0.07 | 155.61 | 0.76 | 0.68 |
| Hex | 71 | EC | BA | 34 | 0 | 15 | 7 | 9C | 4C | 44 |
| Octal | 161 | 354 | 272 | 64 | 0 | 25 | 7 | 234 | 114 | 104 |
| Binary | 1110001 | 11101100 | 10111010 | 110100 | 0 | 10101 | 111 | 10011100 | 1001100 | 1000100 |
Color Harmonies of #71ECBA
Complementary color
Monochromatic Colors of #71ECBA
Black with #71ECBA
Text Example
Text Example
White with #71ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECBA; }
p { color: rgb(113,236,186); }
H1.HeaderClassName
{
color: #71ECBA;
}
.AnyTagClassName
{
color: #71ECBA;
}
</style>
background-color css
<style>
a { background-color: #71ECBA; }
a { background-color: rgb(113,236,186); }
div.DivClassName
{
background-color: #71ECBA;
}
.BgClassName
{
background-color: #71ECBA;
}
</style>
border-color css
<style>
span { border-color: #71ECBA; }
span { border-color: rgb(113,236,186); }
td.TdClassName
{
border-color: #71ECBA;
}
.TagClassName
{
border-color: #71ECBA;
}
</style>