Shades of Medium Aquamarine #58ECAC
Tints of Medium Aquamarine #58ECAC
RGB
CMYK
RGB Variations
Color information
#58ECAC (or 0x58ECAC) is known color: Medium Aquamarine. HEX triplet: 58, EC and AC. RGB value is (88,236,172). Sum of RGB (Red+Green+Blue) = 88+236+172=496 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.74% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #58ECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58ECAC is #A71353. Grayscale: #B8B8B8. Windows color (decimal): -10949460 or 11332696. OLE color: 11332696.
HSL color Cylindrical-coordinate representation of color #58ECAC: hue angle of 154.05º 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 #58ECAC is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 236 | 172 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.07 |
| HSL | 154.05º | 0.8% | 0.64% | - |
| HSV(B) | 154.05º | 0.63% | 0.93% | - |
| XYZ | 41.47 | 65.04 | 49.4 | - |
| YUV | 184.45 | 120.97 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 236 | 172 | 0.63 | 0 | 0.27 | 0.07 | 154.05 | 0.8 | 0.64 |
| Hex | 58 | EC | AC | 3F | 0 | 1B | 7 | 9A | 50 | 40 |
| Octal | 130 | 354 | 254 | 77 | 0 | 33 | 7 | 232 | 120 | 100 |
| Binary | 1011000 | 11101100 | 10101100 | 111111 | 0 | 11011 | 111 | 10011010 | 1010000 | 1000000 |
Color Harmonies of #58ECAC
Complementary color
Monochromatic Colors of #58ECAC
Black with #58ECAC
Text Example
Text Example
White with #58ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ECAC; }
p { color: rgb(88,236,172); }
H1.HeaderClassName
{
color: #58ECAC;
}
.AnyTagClassName
{
color: #58ECAC;
}
</style>
background-color css
<style>
a { background-color: #58ECAC; }
a { background-color: rgb(88,236,172); }
div.DivClassName
{
background-color: #58ECAC;
}
.BgClassName
{
background-color: #58ECAC;
}
</style>
border-color css
<style>
span { border-color: #58ECAC; }
span { border-color: rgb(88,236,172); }
td.TdClassName
{
border-color: #58ECAC;
}
.TagClassName
{
border-color: #58ECAC;
}
</style>