Shades of Medium Aquamarine #58FF9B
Tints of Medium Aquamarine #58FF9B
RGB
CMYK
RGB Variations
Color information
#58FF9B (or 0x58FF9B) is known color: Medium Aquamarine. HEX triplet: 58, FF and 9B. RGB value is (88,255,155). Sum of RGB (Red+Green+Blue) = 88+255+155=498 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.67% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #58FF9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FF9B is #A70064. Grayscale: #C1C1C1. Windows color (decimal): -10944613 or 10223448. OLE color: 10223448.
HSL color Cylindrical-coordinate representation of color #58FF9B: hue angle of 144.07º 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 #58FF9B is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 155 | - |
| CMYK | 0.65 | 0 | 0.39 | 0 |
| HSL | 144.07º | 1% | 0.67% | - |
| HSV(B) | 144.07º | 0.65% | 1% | - |
| XYZ | 45.7 | 75.96 | 43.26 | - |
| YUV | 193.67 | 106.17 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 155 | 0.65 | 0 | 0.39 | 0 | 144.07 | 1 | 0.67 |
| Hex | 58 | FF | 9B | 41 | 0 | 27 | 0 | 90 | 64 | 43 |
| Octal | 130 | 377 | 233 | 101 | 0 | 47 | 0 | 220 | 144 | 103 |
| Binary | 1011000 | 11111111 | 10011011 | 1000001 | 0 | 100111 | 0 | 10010000 | 1100100 | 1000011 |
Color Harmonies of #58FF9B
Complementary color
Monochromatic Colors of #58FF9B
Black with #58FF9B
Text Example
Text Example
White with #58FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FF9B; }
p { color: rgb(88,255,155); }
H1.HeaderClassName
{
color: #58FF9B;
}
.AnyTagClassName
{
color: #58FF9B;
}
</style>
background-color css
<style>
a { background-color: #58FF9B; }
a { background-color: rgb(88,255,155); }
div.DivClassName
{
background-color: #58FF9B;
}
.BgClassName
{
background-color: #58FF9B;
}
</style>
border-color css
<style>
span { border-color: #58FF9B; }
span { border-color: rgb(88,255,155); }
td.TdClassName
{
border-color: #58FF9B;
}
.TagClassName
{
border-color: #58FF9B;
}
</style>