Shades of Medium Aquamarine #58FFAA
Tints of Medium Aquamarine #58FFAA
RGB
CMYK
RGB Variations
Color information
#58FFAA (or 0x58FFAA) is known color: Medium Aquamarine. HEX triplet: 58, FF and AA. RGB value is (88,255,170). Sum of RGB (Red+Green+Blue) = 88+255+170=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FFAA is #A70055. Grayscale: #C3C3C3. Windows color (decimal): -10944598 or 11206488. OLE color: 11206488.
HSL color Cylindrical-coordinate representation of color #58FFAA: hue angle of 149.46º 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 #58FFAA is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 255 | 170 | - |
| CMYK | 0.65 | 0 | 0.33 | 0 |
| HSL | 149.46º | 1% | 0.67% | - |
| HSV(B) | 149.46º | 0.65% | 1% | - |
| XYZ | 47.04 | 76.5 | 50.32 | - |
| YUV | 195.38 | 113.67 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 255 | 170 | 0.65 | 0 | 0.33 | 0 | 149.46 | 1 | 0.67 |
| Hex | 58 | FF | AA | 41 | 0 | 21 | 0 | 95 | 64 | 43 |
| Octal | 130 | 377 | 252 | 101 | 0 | 41 | 0 | 225 | 144 | 103 |
| Binary | 1011000 | 11111111 | 10101010 | 1000001 | 0 | 100001 | 0 | 10010101 | 1100100 | 1000011 |
Color Harmonies of #58FFAA
Complementary color
Monochromatic Colors of #58FFAA
Black with #58FFAA
Text Example
Text Example
White with #58FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FFAA; }
p { color: rgb(88,255,170); }
H1.HeaderClassName
{
color: #58FFAA;
}
.AnyTagClassName
{
color: #58FFAA;
}
</style>
background-color css
<style>
a { background-color: #58FFAA; }
a { background-color: rgb(88,255,170); }
div.DivClassName
{
background-color: #58FFAA;
}
.BgClassName
{
background-color: #58FFAA;
}
</style>
border-color css
<style>
span { border-color: #58FFAA; }
span { border-color: rgb(88,255,170); }
td.TdClassName
{
border-color: #58FFAA;
}
.TagClassName
{
border-color: #58FFAA;
}
</style>