Shades of Downy #58ECBA
Tints of Downy #58ECBA
RGB
CMYK
RGB Variations
Color information
#58ECBA (or 0x58ECBA) is known color: Downy. HEX triplet: 58, EC and BA. RGB value is (88,236,186). Sum of RGB (Red+Green+Blue) = 88+236+186=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58ECBA is #A71345. Grayscale: #BABABA. Windows color (decimal): -10949446 or 12250200. OLE color: 12250200.
HSL color Cylindrical-coordinate representation of color #58ECBA: hue angle of 159.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58ECBA is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 186 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.07 |
| HSL | 159.73º | 0.8% | 0.64% | - |
| HSV(B) | 159.73º | 0.63% | 0.93% | - |
| XYZ | 42.88 | 65.61 | 56.86 | - |
| YUV | 186.05 | 127.97 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 186 | 0.63 | 0 | 0.21 | 0.07 | 159.73 | 0.8 | 0.64 |
| Hex | 58 | EC | BA | 3F | 0 | 15 | 7 | A0 | 50 | 40 |
| Octal | 130 | 354 | 272 | 77 | 0 | 25 | 7 | 240 | 120 | 100 |
| Binary | 1011000 | 11101100 | 10111010 | 111111 | 0 | 10101 | 111 | 10100000 | 1010000 | 1000000 |
Color Harmonies of #58ECBA
Complementary color
Monochromatic Colors of #58ECBA
Black with #58ECBA
Text Example
Text Example
White with #58ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECBA; }
p { color: rgb(88,236,186); }
H1.HeaderClassName
{
color: #58ECBA;
}
.AnyTagClassName
{
color: #58ECBA;
}
</style>
background-color css
<style>
a { background-color: #58ECBA; }
a { background-color: rgb(88,236,186); }
div.DivClassName
{
background-color: #58ECBA;
}
.BgClassName
{
background-color: #58ECBA;
}
</style>
border-color css
<style>
span { border-color: #58ECBA; }
span { border-color: rgb(88,236,186); }
td.TdClassName
{
border-color: #58ECBA;
}
.TagClassName
{
border-color: #58ECBA;
}
</style>