Shades of Medium Aquamarine #58EFA2
Tints of Medium Aquamarine #58EFA2
RGB
CMYK
RGB Variations
Color information
#58EFA2 (or 0x58EFA2) is known color: Medium Aquamarine. HEX triplet: 58, EF and A2. RGB value is (88,239,162). Sum of RGB (Red+Green+Blue) = 88+239+162=489 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.00% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #58EFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58EFA2 is #A7105D. Grayscale: #B9B9B9. Windows color (decimal): -10948702 or 10678104. OLE color: 10678104.
HSL color Cylindrical-coordinate representation of color #58EFA2: hue angle of 149.4º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EFA2 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 239 | 162 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.06 |
| HSL | 149.4º | 0.83% | 0.64% | - |
| HSV(B) | 149.4º | 0.63% | 0.94% | - |
| XYZ | 41.41 | 66.42 | 44.82 | - |
| YUV | 185.07 | 114.97 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 239 | 162 | 0.63 | 0 | 0.32 | 0.06 | 149.4 | 0.83 | 0.64 |
| Hex | 58 | EF | A2 | 3F | 0 | 20 | 6 | 95 | 53 | 40 |
| Octal | 130 | 357 | 242 | 77 | 0 | 40 | 6 | 225 | 123 | 100 |
| Binary | 1011000 | 11101111 | 10100010 | 111111 | 0 | 100000 | 110 | 10010101 | 1010011 | 1000000 |
Color Harmonies of #58EFA2
Complementary color
Monochromatic Colors of #58EFA2
Black with #58EFA2
Text Example
Text Example
White with #58EFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EFA2; }
p { color: rgb(88,239,162); }
H1.HeaderClassName
{
color: #58EFA2;
}
.AnyTagClassName
{
color: #58EFA2;
}
</style>
background-color css
<style>
a { background-color: #58EFA2; }
a { background-color: rgb(88,239,162); }
div.DivClassName
{
background-color: #58EFA2;
}
.BgClassName
{
background-color: #58EFA2;
}
</style>
border-color css
<style>
span { border-color: #58EFA2; }
span { border-color: rgb(88,239,162); }
td.TdClassName
{
border-color: #58EFA2;
}
.TagClassName
{
border-color: #58EFA2;
}
</style>