Shades of Medium Aquamarine #58F2AB
Tints of Medium Aquamarine #58F2AB
RGB
CMYK
RGB Variations
Color information
#58F2AB (or 0x58F2AB) is known color: Medium Aquamarine. HEX triplet: 58, F2 and AB. RGB value is (88,242,171). Sum of RGB (Red+Green+Blue) = 88+242+171=501 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.56% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #58F2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F2AB is #A70D54. Grayscale: #BBBBBB. Windows color (decimal): -10947925 or 11268696. OLE color: 11268696.
HSL color Cylindrical-coordinate representation of color #58F2AB: hue angle of 152.34º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F2AB is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 242 | 171 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.05 |
| HSL | 152.34º | 0.86% | 0.65% | - |
| HSV(B) | 152.34º | 0.64% | 0.95% | - |
| XYZ | 43.13 | 68.52 | 49.48 | - |
| YUV | 187.86 | 118.48 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 242 | 171 | 0.64 | 0 | 0.29 | 0.05 | 152.34 | 0.86 | 0.65 |
| Hex | 58 | F2 | AB | 40 | 0 | 1D | 5 | 98 | 56 | 41 |
| Octal | 130 | 362 | 253 | 100 | 0 | 35 | 5 | 230 | 126 | 101 |
| Binary | 1011000 | 11110010 | 10101011 | 1000000 | 0 | 11101 | 101 | 10011000 | 1010110 | 1000001 |
Color Harmonies of #58F2AB
Complementary color
Monochromatic Colors of #58F2AB
Black with #58F2AB
Text Example
Text Example
White with #58F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F2AB; }
p { color: rgb(88,242,171); }
H1.HeaderClassName
{
color: #58F2AB;
}
.AnyTagClassName
{
color: #58F2AB;
}
</style>
background-color css
<style>
a { background-color: #58F2AB; }
a { background-color: rgb(88,242,171); }
div.DivClassName
{
background-color: #58F2AB;
}
.BgClassName
{
background-color: #58F2AB;
}
</style>
border-color css
<style>
span { border-color: #58F2AB; }
span { border-color: rgb(88,242,171); }
td.TdClassName
{
border-color: #58F2AB;
}
.TagClassName
{
border-color: #58F2AB;
}
</style>