Shades of Downy #71EEBA
Tints of Downy #71EEBA
RGB
CMYK
RGB Variations
Color information
#71EEBA (or 0x71EEBA) is known color: Downy. HEX triplet: 71, EE and BA. RGB value is (113,238,186). Sum of RGB (Red+Green+Blue) = 113+238+186=537 (71% of max value = 765). Red value is 113 (44.53% from 255 or 21.04% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #71EEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EEBA is #8E1145. Grayscale: #C2C2C2. Windows color (decimal): -9310534 or 12250737. OLE color: 12250737.
HSL color Cylindrical-coordinate representation of color #71EEBA: hue angle of 155.04º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EEBA is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 238 | 186 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.07 |
| HSL | 155.04º | 0.79% | 0.69% | - |
| HSV(B) | 155.04º | 0.53% | 0.93% | - |
| XYZ | 46.25 | 68.2 | 57.18 | - |
| YUV | 194.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 186 | 0.53 | 0 | 0.22 | 0.07 | 155.04 | 0.79 | 0.69 |
| Hex | 71 | EE | BA | 35 | 0 | 16 | 7 | 9B | 4F | 45 |
| Octal | 161 | 356 | 272 | 65 | 0 | 26 | 7 | 233 | 117 | 105 |
| Binary | 1110001 | 11101110 | 10111010 | 110101 | 0 | 10110 | 111 | 10011011 | 1001111 | 1000101 |
Color Harmonies of #71EEBA
Complementary color
Monochromatic Colors of #71EEBA
Black with #71EEBA
Text Example
Text Example
White with #71EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EEBA; }
p { color: rgb(113,238,186); }
H1.HeaderClassName
{
color: #71EEBA;
}
.AnyTagClassName
{
color: #71EEBA;
}
</style>
background-color css
<style>
a { background-color: #71EEBA; }
a { background-color: rgb(113,238,186); }
div.DivClassName
{
background-color: #71EEBA;
}
.BgClassName
{
background-color: #71EEBA;
}
</style>
border-color css
<style>
span { border-color: #71EEBA; }
span { border-color: rgb(113,238,186); }
td.TdClassName
{
border-color: #71EEBA;
}
.TagClassName
{
border-color: #71EEBA;
}
</style>