Shades of Medium Aquamarine #58FF9F
Tints of Medium Aquamarine #58FF9F
RGB
CMYK
RGB Variations
Color information
#58FF9F (or 0x58FF9F) is known color: Medium Aquamarine. HEX triplet: 58, FF and 9F. RGB value is (88,255,159). Sum of RGB (Red+Green+Blue) = 88+255+159=502 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.53% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #58FF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FF9F is #A70060. Grayscale: #C2C2C2. Windows color (decimal): -10944609 or 10485592. OLE color: 10485592.
HSL color Cylindrical-coordinate representation of color #58FF9F: hue angle of 145.51º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FF9F is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 159 | - |
| CMYK | 0.65 | 0 | 0.38 | 0 |
| HSL | 145.51º | 1% | 0.67% | - |
| HSV(B) | 145.51º | 0.65% | 1% | - |
| XYZ | 46.04 | 76.1 | 45.06 | - |
| YUV | 194.12 | 108.17 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 159 | 0.65 | 0 | 0.38 | 0 | 145.51 | 1 | 0.67 |
| Hex | 58 | FF | 9F | 41 | 0 | 26 | 0 | 92 | 64 | 43 |
| Octal | 130 | 377 | 237 | 101 | 0 | 46 | 0 | 222 | 144 | 103 |
| Binary | 1011000 | 11111111 | 10011111 | 1000001 | 0 | 100110 | 0 | 10010010 | 1100100 | 1000011 |
Color Harmonies of #58FF9F
Complementary color
Monochromatic Colors of #58FF9F
Black with #58FF9F
Text Example
Text Example
White with #58FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FF9F; }
p { color: rgb(88,255,159); }
H1.HeaderClassName
{
color: #58FF9F;
}
.AnyTagClassName
{
color: #58FF9F;
}
</style>
background-color css
<style>
a { background-color: #58FF9F; }
a { background-color: rgb(88,255,159); }
div.DivClassName
{
background-color: #58FF9F;
}
.BgClassName
{
background-color: #58FF9F;
}
</style>
border-color css
<style>
span { border-color: #58FF9F; }
span { border-color: rgb(88,255,159); }
td.TdClassName
{
border-color: #58FF9F;
}
.TagClassName
{
border-color: #58FF9F;
}
</style>