Shades of Medium Aquamarine #58C99F
Tints of Medium Aquamarine #58C99F
RGB
CMYK
RGB Variations
Color information
#58C99F (or 0x58C99F) is known color: Medium Aquamarine. HEX triplet: 58, C9 and 9F. RGB value is (88,201,159). Sum of RGB (Red+Green+Blue) = 88+201+159=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #58C99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C99F is #A73660. Grayscale: #A2A2A2. Windows color (decimal): -10958433 or 10471768. OLE color: 10471768.
HSL color Cylindrical-coordinate representation of color #58C99F: hue angle of 157.7º 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 #58C99F is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 201 | 159 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.21 |
| HSL | 157.7º | 0.51% | 0.57% | - |
| HSV(B) | 157.7º | 0.56% | 0.79% | - |
| XYZ | 31.17 | 46.35 | 40.1 | - |
| YUV | 162.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 201 | 159 | 0.56 | 0 | 0.21 | 0.21 | 157.7 | 0.51 | 0.57 |
| Hex | 58 | C9 | 9F | 38 | 0 | 15 | 15 | 9E | 33 | 39 |
| Octal | 130 | 311 | 237 | 70 | 0 | 25 | 25 | 236 | 63 | 71 |
| Binary | 1011000 | 11001001 | 10011111 | 111000 | 0 | 10101 | 10101 | 10011110 | 110011 | 111001 |
Color Harmonies of #58C99F
Complementary color
Monochromatic Colors of #58C99F
Black with #58C99F
Text Example
Text Example
White with #58C99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C99F; }
p { color: rgb(88,201,159); }
H1.HeaderClassName
{
color: #58C99F;
}
.AnyTagClassName
{
color: #58C99F;
}
</style>
background-color css
<style>
a { background-color: #58C99F; }
a { background-color: rgb(88,201,159); }
div.DivClassName
{
background-color: #58C99F;
}
.BgClassName
{
background-color: #58C99F;
}
</style>
border-color css
<style>
span { border-color: #58C99F; }
span { border-color: rgb(88,201,159); }
td.TdClassName
{
border-color: #58C99F;
}
.TagClassName
{
border-color: #58C99F;
}
</style>