Shades of Medium Aquamarine #58D4A6
Tints of Medium Aquamarine #58D4A6
RGB
CMYK
RGB Variations
Color information
#58D4A6 (or 0x58D4A6) is known color: Medium Aquamarine. HEX triplet: 58, D4 and A6. RGB value is (88,212,166). Sum of RGB (Red+Green+Blue) = 88+212+166=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #58D4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D4A6 is #A72B59. Grayscale: #A9A9A9. Windows color (decimal): -10955610 or 10933336. OLE color: 10933336.
HSL color Cylindrical-coordinate representation of color #58D4A6: hue angle of 157.74º 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 #58D4A6 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 212 | 166 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.17 |
| HSL | 157.74º | 0.59% | 0.59% | - |
| HSV(B) | 157.74º | 0.58% | 0.83% | - |
| XYZ | 34.45 | 51.91 | 44.28 | - |
| YUV | 169.68 | 125.92 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 212 | 166 | 0.58 | 0 | 0.22 | 0.17 | 157.74 | 0.59 | 0.59 |
| Hex | 58 | D4 | A6 | 3A | 0 | 16 | 11 | 9E | 3B | 3B |
| Octal | 130 | 324 | 246 | 72 | 0 | 26 | 21 | 236 | 73 | 73 |
| Binary | 1011000 | 11010100 | 10100110 | 111010 | 0 | 10110 | 10001 | 10011110 | 111011 | 111011 |
Color Harmonies of #58D4A6
Complementary color
Monochromatic Colors of #58D4A6
Black with #58D4A6
Text Example
Text Example
White with #58D4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D4A6; }
p { color: rgb(88,212,166); }
H1.HeaderClassName
{
color: #58D4A6;
}
.AnyTagClassName
{
color: #58D4A6;
}
</style>
background-color css
<style>
a { background-color: #58D4A6; }
a { background-color: rgb(88,212,166); }
div.DivClassName
{
background-color: #58D4A6;
}
.BgClassName
{
background-color: #58D4A6;
}
</style>
border-color css
<style>
span { border-color: #58D4A6; }
span { border-color: rgb(88,212,166); }
td.TdClassName
{
border-color: #58D4A6;
}
.TagClassName
{
border-color: #58D4A6;
}
</style>