Shades of Medium Aquamarine #58C9A0
Tints of Medium Aquamarine #58C9A0
RGB
CMYK
RGB Variations
Color information
#58C9A0 (or 0x58C9A0) is known color: Medium Aquamarine. HEX triplet: 58, C9 and A0. RGB value is (88,201,160). Sum of RGB (Red+Green+Blue) = 88+201+160=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #58C9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C9A0 is #A7365F. Grayscale: #A2A2A2. Windows color (decimal): -10958432 or 10537304. OLE color: 10537304.
HSL color Cylindrical-coordinate representation of color #58C9A0: hue angle of 158.23º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C9A0 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 201 | 160 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.21 |
| HSL | 158.23º | 0.51% | 0.57% | - |
| HSV(B) | 158.23º | 0.56% | 0.79% | - |
| XYZ | 31.26 | 46.39 | 40.56 | - |
| YUV | 162.54 | 126.56 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 160 | 0.56 | 0 | 0.20 | 0.21 | 158.23 | 0.51 | 0.57 |
| Hex | 58 | C9 | A0 | 38 | 0 | 14 | 15 | 9E | 33 | 39 |
| Octal | 130 | 311 | 240 | 70 | 0 | 24 | 25 | 236 | 63 | 71 |
| Binary | 1011000 | 11001001 | 10100000 | 111000 | 0 | 10100 | 10101 | 10011110 | 110011 | 111001 |
Color Harmonies of #58C9A0
Complementary color
Monochromatic Colors of #58C9A0
Black with #58C9A0
Text Example
Text Example
White with #58C9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C9A0; }
p { color: rgb(88,201,160); }
H1.HeaderClassName
{
color: #58C9A0;
}
.AnyTagClassName
{
color: #58C9A0;
}
</style>
background-color css
<style>
a { background-color: #58C9A0; }
a { background-color: rgb(88,201,160); }
div.DivClassName
{
background-color: #58C9A0;
}
.BgClassName
{
background-color: #58C9A0;
}
</style>
border-color css
<style>
span { border-color: #58C9A0; }
span { border-color: rgb(88,201,160); }
td.TdClassName
{
border-color: #58C9A0;
}
.TagClassName
{
border-color: #58C9A0;
}
</style>