Shades of Medium Aquamarine #58D2A4
Tints of Medium Aquamarine #58D2A4
RGB
CMYK
RGB Variations
Color information
#58D2A4 (or 0x58D2A4) is known color: Medium Aquamarine. HEX triplet: 58, D2 and A4. RGB value is (88,210,164). Sum of RGB (Red+Green+Blue) = 88+210+164=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #58D2A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D2A4 is #A72D5B. Grayscale: #A8A8A8. Windows color (decimal): -10956124 or 10801752. OLE color: 10801752.
HSL color Cylindrical-coordinate representation of color #58D2A4: hue angle of 157.38º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D2A4 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 164 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.18 |
| HSL | 157.38º | 0.58% | 0.58% | - |
| HSV(B) | 157.38º | 0.58% | 0.82% | - |
| XYZ | 33.77 | 50.85 | 43.16 | - |
| YUV | 168.28 | 125.58 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 164 | 0.58 | 0 | 0.22 | 0.18 | 157.38 | 0.58 | 0.58 |
| Hex | 58 | D2 | A4 | 3A | 0 | 16 | 12 | 9D | 3A | 3A |
| Octal | 130 | 322 | 244 | 72 | 0 | 26 | 22 | 235 | 72 | 72 |
| Binary | 1011000 | 11010010 | 10100100 | 111010 | 0 | 10110 | 10010 | 10011101 | 111010 | 111010 |
Color Harmonies of #58D2A4
Complementary color
Monochromatic Colors of #58D2A4
Black with #58D2A4
Text Example
Text Example
White with #58D2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D2A4; }
p { color: rgb(88,210,164); }
H1.HeaderClassName
{
color: #58D2A4;
}
.AnyTagClassName
{
color: #58D2A4;
}
</style>
background-color css
<style>
a { background-color: #58D2A4; }
a { background-color: rgb(88,210,164); }
div.DivClassName
{
background-color: #58D2A4;
}
.BgClassName
{
background-color: #58D2A4;
}
</style>
border-color css
<style>
span { border-color: #58D2A4; }
span { border-color: rgb(88,210,164); }
td.TdClassName
{
border-color: #58D2A4;
}
.TagClassName
{
border-color: #58D2A4;
}
</style>