Shades of Downy #71E4BA
Tints of Downy #71E4BA
RGB
CMYK
RGB Variations
Color information
#71E4BA (or 0x71E4BA) is known color: Downy. HEX triplet: 71, E4 and BA. RGB value is (113,228,186). Sum of RGB (Red+Green+Blue) = 113+228+186=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #71E4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E4BA is #8E1B45. Grayscale: #BCBCBC. Windows color (decimal): -9313094 or 12248177. OLE color: 12248177.
HSL color Cylindrical-coordinate representation of color #71E4BA: hue angle of 158.09º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E4BA is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 228 | 186 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.11 |
| HSL | 158.09º | 0.68% | 0.67% | - |
| HSV(B) | 158.09º | 0.5% | 0.89% | - |
| XYZ | 43.42 | 62.54 | 56.24 | - |
| YUV | 188.83 | 126.4 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 228 | 186 | 0.50 | 0 | 0.18 | 0.11 | 158.09 | 0.68 | 0.67 |
| Hex | 71 | E4 | BA | 32 | 0 | 12 | B | 9E | 44 | 43 |
| Octal | 161 | 344 | 272 | 62 | 0 | 22 | 13 | 236 | 104 | 103 |
| Binary | 1110001 | 11100100 | 10111010 | 110010 | 0 | 10010 | 1011 | 10011110 | 1000100 | 1000011 |
Color Harmonies of #71E4BA
Complementary color
Monochromatic Colors of #71E4BA
Black with #71E4BA
Text Example
Text Example
White with #71E4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E4BA; }
p { color: rgb(113,228,186); }
H1.HeaderClassName
{
color: #71E4BA;
}
.AnyTagClassName
{
color: #71E4BA;
}
</style>
background-color css
<style>
a { background-color: #71E4BA; }
a { background-color: rgb(113,228,186); }
div.DivClassName
{
background-color: #71E4BA;
}
.BgClassName
{
background-color: #71E4BA;
}
</style>
border-color css
<style>
span { border-color: #71E4BA; }
span { border-color: rgb(113,228,186); }
td.TdClassName
{
border-color: #71E4BA;
}
.TagClassName
{
border-color: #71E4BA;
}
</style>