Shades of Medium Aquamarine #58D6A8
Tints of Medium Aquamarine #58D6A8
RGB
CMYK
RGB Variations
Color information
#58D6A8 (or 0x58D6A8) is known color: Medium Aquamarine. HEX triplet: 58, D6 and A8. RGB value is (88,214,168). Sum of RGB (Red+Green+Blue) = 88+214+168=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #58D6A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D6A8 is #A72957. Grayscale: #ABABAB. Windows color (decimal): -10955096 or 11064920. OLE color: 11064920.
HSL color Cylindrical-coordinate representation of color #58D6A8: hue angle of 158.1º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D6A8 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 214 | 168 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.16 |
| HSL | 158.1º | 0.61% | 0.59% | - |
| HSV(B) | 158.1º | 0.59% | 0.84% | - |
| XYZ | 35.14 | 53 | 45.42 | - |
| YUV | 171.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 214 | 168 | 0.59 | 0 | 0.21 | 0.16 | 158.1 | 0.61 | 0.59 |
| Hex | 58 | D6 | A8 | 3B | 0 | 15 | 10 | 9E | 3D | 3B |
| Octal | 130 | 326 | 250 | 73 | 0 | 25 | 20 | 236 | 75 | 73 |
| Binary | 1011000 | 11010110 | 10101000 | 111011 | 0 | 10101 | 10000 | 10011110 | 111101 | 111011 |
Color Harmonies of #58D6A8
Complementary color
Monochromatic Colors of #58D6A8
Black with #58D6A8
Text Example
Text Example
White with #58D6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D6A8; }
p { color: rgb(88,214,168); }
H1.HeaderClassName
{
color: #58D6A8;
}
.AnyTagClassName
{
color: #58D6A8;
}
</style>
background-color css
<style>
a { background-color: #58D6A8; }
a { background-color: rgb(88,214,168); }
div.DivClassName
{
background-color: #58D6A8;
}
.BgClassName
{
background-color: #58D6A8;
}
</style>
border-color css
<style>
span { border-color: #58D6A8; }
span { border-color: rgb(88,214,168); }
td.TdClassName
{
border-color: #58D6A8;
}
.TagClassName
{
border-color: #58D6A8;
}
</style>