Shades of Medium Aquamarine #58F195
Tints of Medium Aquamarine #58F195
RGB
CMYK
RGB Variations
Color information
#58F195 (or 0x58F195) is known color: Medium Aquamarine. HEX triplet: 58, F1 and 95. RGB value is (88,241,149). Sum of RGB (Red+Green+Blue) = 88+241+149=478 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.41% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #58F195 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F195 is #A70E6A. Grayscale: #B8B8B8. Windows color (decimal): -10948203 or 9826648. OLE color: 9826648.
HSL color Cylindrical-coordinate representation of color #58F195: hue angle of 143.92º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58F195 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 241 | 149 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.05 |
| HSL | 143.92º | 0.85% | 0.65% | - |
| HSV(B) | 143.92º | 0.63% | 0.95% | - |
| XYZ | 40.9 | 67.16 | 39.24 | - |
| YUV | 184.77 | 107.81 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 241 | 149 | 0.63 | 0 | 0.38 | 0.05 | 143.92 | 0.85 | 0.65 |
| Hex | 58 | F1 | 95 | 3F | 0 | 26 | 5 | 90 | 55 | 41 |
| Octal | 130 | 361 | 225 | 77 | 0 | 46 | 5 | 220 | 125 | 101 |
| Binary | 1011000 | 11110001 | 10010101 | 111111 | 0 | 100110 | 101 | 10010000 | 1010101 | 1000001 |
Color Harmonies of #58F195
Complementary color
Monochromatic Colors of #58F195
Black with #58F195
Text Example
Text Example
White with #58F195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F195; }
p { color: rgb(88,241,149); }
H1.HeaderClassName
{
color: #58F195;
}
.AnyTagClassName
{
color: #58F195;
}
</style>
background-color css
<style>
a { background-color: #58F195; }
a { background-color: rgb(88,241,149); }
div.DivClassName
{
background-color: #58F195;
}
.BgClassName
{
background-color: #58F195;
}
</style>
border-color css
<style>
span { border-color: #58F195; }
span { border-color: rgb(88,241,149); }
td.TdClassName
{
border-color: #58F195;
}
.TagClassName
{
border-color: #58F195;
}
</style>