Shades of Downy #71EDBA
Tints of Downy #71EDBA
RGB
CMYK
RGB Variations
Color information
#71EDBA (or 0x71EDBA) is known color: Downy. HEX triplet: 71, ED and BA. RGB value is (113,237,186). Sum of RGB (Red+Green+Blue) = 113+237+186=536 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.08% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDBA is #8E1245. Grayscale: #C2C2C2. Windows color (decimal): -9310790 or 12250481. OLE color: 12250481.
HSL color Cylindrical-coordinate representation of color #71EDBA: hue angle of 155.32º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EDBA is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 237 | 186 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.07 |
| HSL | 155.32º | 0.78% | 0.69% | - |
| HSV(B) | 155.32º | 0.52% | 0.93% | - |
| XYZ | 45.96 | 67.62 | 57.08 | - |
| YUV | 194.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 186 | 0.52 | 0 | 0.22 | 0.07 | 155.32 | 0.78 | 0.69 |
| Hex | 71 | ED | BA | 34 | 0 | 16 | 7 | 9B | 4E | 45 |
| Octal | 161 | 355 | 272 | 64 | 0 | 26 | 7 | 233 | 116 | 105 |
| Binary | 1110001 | 11101101 | 10111010 | 110100 | 0 | 10110 | 111 | 10011011 | 1001110 | 1000101 |
Color Harmonies of #71EDBA
Complementary color
Monochromatic Colors of #71EDBA
Black with #71EDBA
Text Example
Text Example
White with #71EDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EDBA; }
p { color: rgb(113,237,186); }
H1.HeaderClassName
{
color: #71EDBA;
}
.AnyTagClassName
{
color: #71EDBA;
}
</style>
background-color css
<style>
a { background-color: #71EDBA; }
a { background-color: rgb(113,237,186); }
div.DivClassName
{
background-color: #71EDBA;
}
.BgClassName
{
background-color: #71EDBA;
}
</style>
border-color css
<style>
span { border-color: #71EDBA; }
span { border-color: rgb(113,237,186); }
td.TdClassName
{
border-color: #71EDBA;
}
.TagClassName
{
border-color: #71EDBA;
}
</style>