Shades of Medium Aquamarine #58F2AF
Tints of Medium Aquamarine #58F2AF
RGB
CMYK
RGB Variations
Color information
#58F2AF (or 0x58F2AF) is known color: Medium Aquamarine. HEX triplet: 58, F2 and AF. RGB value is (88,242,175). Sum of RGB (Red+Green+Blue) = 88+242+175=505 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.43% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #58F2AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F2AF is #A70D50. Grayscale: #BCBCBC. Windows color (decimal): -10947921 or 11530840. OLE color: 11530840.
HSL color Cylindrical-coordinate representation of color #58F2AF: hue angle of 153.9º 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 #58F2AF is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 242 | 175 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.05 |
| HSL | 153.9º | 0.86% | 0.65% | - |
| HSV(B) | 153.9º | 0.64% | 0.95% | - |
| XYZ | 43.51 | 68.67 | 51.52 | - |
| YUV | 188.32 | 120.48 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 242 | 175 | 0.64 | 0 | 0.28 | 0.05 | 153.9 | 0.86 | 0.65 |
| Hex | 58 | F2 | AF | 40 | 0 | 1C | 5 | 9A | 56 | 41 |
| Octal | 130 | 362 | 257 | 100 | 0 | 34 | 5 | 232 | 126 | 101 |
| Binary | 1011000 | 11110010 | 10101111 | 1000000 | 0 | 11100 | 101 | 10011010 | 1010110 | 1000001 |
Color Harmonies of #58F2AF
Complementary color
Monochromatic Colors of #58F2AF
Black with #58F2AF
Text Example
Text Example
White with #58F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F2AF; }
p { color: rgb(88,242,175); }
H1.HeaderClassName
{
color: #58F2AF;
}
.AnyTagClassName
{
color: #58F2AF;
}
</style>
background-color css
<style>
a { background-color: #58F2AF; }
a { background-color: rgb(88,242,175); }
div.DivClassName
{
background-color: #58F2AF;
}
.BgClassName
{
background-color: #58F2AF;
}
</style>
border-color css
<style>
span { border-color: #58F2AF; }
span { border-color: rgb(88,242,175); }
td.TdClassName
{
border-color: #58F2AF;
}
.TagClassName
{
border-color: #58F2AF;
}
</style>