Shades of Downy #71EAB9
Tints of Downy #71EAB9
RGB
CMYK
RGB Variations
Color information
#71EAB9 (or 0x71EAB9) is known color: Downy. HEX triplet: 71, EA and B9. RGB value is (113,234,185). Sum of RGB (Red+Green+Blue) = 113+234+185=532 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.24% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #71EAB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EAB9 is #8E1546. Grayscale: #C0C0C0. Windows color (decimal): -9311559 or 12184177. OLE color: 12184177.
HSL color Cylindrical-coordinate representation of color #71EAB9: hue angle of 155.7º degrees, saturation: 0.74, 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 #71EAB9 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 234 | 185 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.08 |
| HSL | 155.7º | 0.74% | 0.68% | - |
| HSV(B) | 155.7º | 0.52% | 0.92% | - |
| XYZ | 44.99 | 65.86 | 56.24 | - |
| YUV | 192.24 | 123.91 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 234 | 185 | 0.52 | 0 | 0.21 | 0.08 | 155.7 | 0.74 | 0.68 |
| Hex | 71 | EA | B9 | 34 | 0 | 15 | 8 | 9C | 4A | 44 |
| Octal | 161 | 352 | 271 | 64 | 0 | 25 | 10 | 234 | 112 | 104 |
| Binary | 1110001 | 11101010 | 10111001 | 110100 | 0 | 10101 | 1000 | 10011100 | 1001010 | 1000100 |
Color Harmonies of #71EAB9
Complementary color
Monochromatic Colors of #71EAB9
Black with #71EAB9
Text Example
Text Example
White with #71EAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EAB9; }
p { color: rgb(113,234,185); }
H1.HeaderClassName
{
color: #71EAB9;
}
.AnyTagClassName
{
color: #71EAB9;
}
</style>
background-color css
<style>
a { background-color: #71EAB9; }
a { background-color: rgb(113,234,185); }
div.DivClassName
{
background-color: #71EAB9;
}
.BgClassName
{
background-color: #71EAB9;
}
</style>
border-color css
<style>
span { border-color: #71EAB9; }
span { border-color: rgb(113,234,185); }
td.TdClassName
{
border-color: #71EAB9;
}
.TagClassName
{
border-color: #71EAB9;
}
</style>