Shades of Medium Aquamarine #58FF9D
Tints of Medium Aquamarine #58FF9D
RGB
CMYK
RGB Variations
Color information
#58FF9D (or 0x58FF9D) is known color: Medium Aquamarine. HEX triplet: 58, FF and 9D. RGB value is (88,255,157). Sum of RGB (Red+Green+Blue) = 88+255+157=500 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.6% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #58FF9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FF9D is #A70062. Grayscale: #C2C2C2. Windows color (decimal): -10944611 or 10354520. OLE color: 10354520.
HSL color Cylindrical-coordinate representation of color #58FF9D: hue angle of 144.79º 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 #58FF9D is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 157 | - |
| CMYK | 0.65 | 0 | 0.38 | 0 |
| HSL | 144.79º | 1% | 0.67% | - |
| HSV(B) | 144.79º | 0.65% | 1% | - |
| XYZ | 45.87 | 76.03 | 44.16 | - |
| YUV | 193.9 | 107.17 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 157 | 0.65 | 0 | 0.38 | 0 | 144.79 | 1 | 0.67 |
| Hex | 58 | FF | 9D | 41 | 0 | 26 | 0 | 91 | 64 | 43 |
| Octal | 130 | 377 | 235 | 101 | 0 | 46 | 0 | 221 | 144 | 103 |
| Binary | 1011000 | 11111111 | 10011101 | 1000001 | 0 | 100110 | 0 | 10010001 | 1100100 | 1000011 |
Color Harmonies of #58FF9D
Complementary color
Monochromatic Colors of #58FF9D
Black with #58FF9D
Text Example
Text Example
White with #58FF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FF9D; }
p { color: rgb(88,255,157); }
H1.HeaderClassName
{
color: #58FF9D;
}
.AnyTagClassName
{
color: #58FF9D;
}
</style>
background-color css
<style>
a { background-color: #58FF9D; }
a { background-color: rgb(88,255,157); }
div.DivClassName
{
background-color: #58FF9D;
}
.BgClassName
{
background-color: #58FF9D;
}
</style>
border-color css
<style>
span { border-color: #58FF9D; }
span { border-color: rgb(88,255,157); }
td.TdClassName
{
border-color: #58FF9D;
}
.TagClassName
{
border-color: #58FF9D;
}
</style>