Shades of Downy #58ECBE
Tints of Downy #58ECBE
RGB
CMYK
RGB Variations
Color information
#58ECBE (or 0x58ECBE) is known color: Downy. HEX triplet: 58, EC and BE. RGB value is (88,236,190). Sum of RGB (Red+Green+Blue) = 88+236+190=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58ECBE is #A71341. Grayscale: #BABABA. Windows color (decimal): -10949442 or 12512344. OLE color: 12512344.
HSL color Cylindrical-coordinate representation of color #58ECBE: hue angle of 161.35º 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 #58ECBE is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 190 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.07 |
| HSL | 161.35º | 0.8% | 0.64% | - |
| HSV(B) | 161.35º | 0.63% | 0.93% | - |
| XYZ | 43.31 | 65.78 | 59.13 | - |
| YUV | 186.5 | 129.97 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 190 | 0.63 | 0 | 0.19 | 0.07 | 161.35 | 0.8 | 0.64 |
| Hex | 58 | EC | BE | 3F | 0 | 13 | 7 | A1 | 50 | 40 |
| Octal | 130 | 354 | 276 | 77 | 0 | 23 | 7 | 241 | 120 | 100 |
| Binary | 1011000 | 11101100 | 10111110 | 111111 | 0 | 10011 | 111 | 10100001 | 1010000 | 1000000 |
Color Harmonies of #58ECBE
Complementary color
Monochromatic Colors of #58ECBE
Black with #58ECBE
Text Example
Text Example
White with #58ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECBE; }
p { color: rgb(88,236,190); }
H1.HeaderClassName
{
color: #58ECBE;
}
.AnyTagClassName
{
color: #58ECBE;
}
</style>
background-color css
<style>
a { background-color: #58ECBE; }
a { background-color: rgb(88,236,190); }
div.DivClassName
{
background-color: #58ECBE;
}
.BgClassName
{
background-color: #58ECBE;
}
</style>
border-color css
<style>
span { border-color: #58ECBE; }
span { border-color: rgb(88,236,190); }
td.TdClassName
{
border-color: #58ECBE;
}
.TagClassName
{
border-color: #58ECBE;
}
</style>