Shades of Medium Aquamarine #58F0AB
Tints of Medium Aquamarine #58F0AB
RGB
CMYK
RGB Variations
Color information
#58F0AB (or 0x58F0AB) is known color: Medium Aquamarine. HEX triplet: 58, F0 and AB. RGB value is (88,240,171). Sum of RGB (Red+Green+Blue) = 88+240+171=499 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.64% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #58F0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F0AB is #A70F54. Grayscale: #BABABA. Windows color (decimal): -10948437 or 11268184. OLE color: 11268184.
HSL color Cylindrical-coordinate representation of color #58F0AB: hue angle of 152.76º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58F0AB is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 240 | 171 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.06 |
| HSL | 152.76º | 0.84% | 0.64% | - |
| HSV(B) | 152.76º | 0.63% | 0.94% | - |
| XYZ | 42.54 | 67.34 | 49.28 | - |
| YUV | 186.69 | 119.14 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 240 | 171 | 0.63 | 0 | 0.29 | 0.06 | 152.76 | 0.84 | 0.64 |
| Hex | 58 | F0 | AB | 3F | 0 | 1D | 6 | 99 | 54 | 40 |
| Octal | 130 | 360 | 253 | 77 | 0 | 35 | 6 | 231 | 124 | 100 |
| Binary | 1011000 | 11110000 | 10101011 | 111111 | 0 | 11101 | 110 | 10011001 | 1010100 | 1000000 |
Color Harmonies of #58F0AB
Complementary color
Monochromatic Colors of #58F0AB
Black with #58F0AB
Text Example
Text Example
White with #58F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F0AB; }
p { color: rgb(88,240,171); }
H1.HeaderClassName
{
color: #58F0AB;
}
.AnyTagClassName
{
color: #58F0AB;
}
</style>
background-color css
<style>
a { background-color: #58F0AB; }
a { background-color: rgb(88,240,171); }
div.DivClassName
{
background-color: #58F0AB;
}
.BgClassName
{
background-color: #58F0AB;
}
</style>
border-color css
<style>
span { border-color: #58F0AB; }
span { border-color: rgb(88,240,171); }
td.TdClassName
{
border-color: #58F0AB;
}
.TagClassName
{
border-color: #58F0AB;
}
</style>