Shades of Medium Aquamarine #58D4A4
Tints of Medium Aquamarine #58D4A4
RGB
CMYK
RGB Variations
Color information
#58D4A4 (or 0x58D4A4) is known color: Medium Aquamarine. HEX triplet: 58, D4 and A4. RGB value is (88,212,164). Sum of RGB (Red+Green+Blue) = 88+212+164=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #58D4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D4A4 is #A72B5B. Grayscale: #A9A9A9. Windows color (decimal): -10955612 or 10802264. OLE color: 10802264.
HSL color Cylindrical-coordinate representation of color #58D4A4: hue angle of 156.77º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D4A4 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 212 | 164 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.17 |
| HSL | 156.77º | 0.59% | 0.59% | - |
| HSV(B) | 156.77º | 0.58% | 0.83% | - |
| XYZ | 34.27 | 51.84 | 43.32 | - |
| YUV | 169.45 | 124.92 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 212 | 164 | 0.58 | 0 | 0.23 | 0.17 | 156.77 | 0.59 | 0.59 |
| Hex | 58 | D4 | A4 | 3A | 0 | 17 | 11 | 9D | 3B | 3B |
| Octal | 130 | 324 | 244 | 72 | 0 | 27 | 21 | 235 | 73 | 73 |
| Binary | 1011000 | 11010100 | 10100100 | 111010 | 0 | 10111 | 10001 | 10011101 | 111011 | 111011 |
Color Harmonies of #58D4A4
Complementary color
Monochromatic Colors of #58D4A4
Black with #58D4A4
Text Example
Text Example
White with #58D4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D4A4; }
p { color: rgb(88,212,164); }
H1.HeaderClassName
{
color: #58D4A4;
}
.AnyTagClassName
{
color: #58D4A4;
}
</style>
background-color css
<style>
a { background-color: #58D4A4; }
a { background-color: rgb(88,212,164); }
div.DivClassName
{
background-color: #58D4A4;
}
.BgClassName
{
background-color: #58D4A4;
}
</style>
border-color css
<style>
span { border-color: #58D4A4; }
span { border-color: rgb(88,212,164); }
td.TdClassName
{
border-color: #58D4A4;
}
.TagClassName
{
border-color: #58D4A4;
}
</style>