Shades of Medium Aquamarine #58EEA0
Tints of Medium Aquamarine #58EEA0
RGB
CMYK
RGB Variations
Color information
#58EEA0 (or 0x58EEA0) is known color: Medium Aquamarine. HEX triplet: 58, EE and A0. RGB value is (88,238,160). Sum of RGB (Red+Green+Blue) = 88+238+160=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #58EEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58EEA0 is #A7115F. Grayscale: #B8B8B8. Windows color (decimal): -10948960 or 10546776. OLE color: 10546776.
HSL color Cylindrical-coordinate representation of color #58EEA0: hue angle of 148.8º degrees, saturation: 0.82, 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 #58EEA0 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 238 | 160 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.07 |
| HSL | 148.8º | 0.82% | 0.64% | - |
| HSV(B) | 148.8º | 0.63% | 0.93% | - |
| XYZ | 40.94 | 65.76 | 43.79 | - |
| YUV | 184.26 | 114.31 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 238 | 160 | 0.63 | 0 | 0.33 | 0.07 | 148.8 | 0.82 | 0.64 |
| Hex | 58 | EE | A0 | 3F | 0 | 21 | 7 | 95 | 52 | 40 |
| Octal | 130 | 356 | 240 | 77 | 0 | 41 | 7 | 225 | 122 | 100 |
| Binary | 1011000 | 11101110 | 10100000 | 111111 | 0 | 100001 | 111 | 10010101 | 1010010 | 1000000 |
Color Harmonies of #58EEA0
Complementary color
Monochromatic Colors of #58EEA0
Black with #58EEA0
Text Example
Text Example
White with #58EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EEA0; }
p { color: rgb(88,238,160); }
H1.HeaderClassName
{
color: #58EEA0;
}
.AnyTagClassName
{
color: #58EEA0;
}
</style>
background-color css
<style>
a { background-color: #58EEA0; }
a { background-color: rgb(88,238,160); }
div.DivClassName
{
background-color: #58EEA0;
}
.BgClassName
{
background-color: #58EEA0;
}
</style>
border-color css
<style>
span { border-color: #58EEA0; }
span { border-color: rgb(88,238,160); }
td.TdClassName
{
border-color: #58EEA0;
}
.TagClassName
{
border-color: #58EEA0;
}
</style>