Shades of Medium Aquamarine #58FEB0
Tints of Medium Aquamarine #58FEB0
RGB
CMYK
RGB Variations
Color information
#58FEB0 (or 0x58FEB0) is known color: Medium Aquamarine. HEX triplet: 58, FE and B0. RGB value is (88,254,176). Sum of RGB (Red+Green+Blue) = 88+254+176=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58FEB0 is #A7014F. Grayscale: #C3C3C3. Windows color (decimal): -10944848 or 11599448. OLE color: 11599448.
HSL color Cylindrical-coordinate representation of color #58FEB0: hue angle of 151.81º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FEB0 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 176 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.00 |
| HSL | 151.81º | 0.99% | 0.67% | - |
| HSV(B) | 151.81º | 0.65% | 1% | - |
| XYZ | 47.3 | 76.09 | 53.27 | - |
| YUV | 195.47 | 117 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 176 | 0.65 | 0 | 0.31 | 0.00 | 151.81 | 0.99 | 0.67 |
| Hex | 58 | FE | B0 | 41 | 0 | 1F | 0 | 98 | 63 | 43 |
| Octal | 130 | 376 | 260 | 101 | 0 | 37 | 0 | 230 | 143 | 103 |
| Binary | 1011000 | 11111110 | 10110000 | 1000001 | 0 | 11111 | 0 | 10011000 | 1100011 | 1000011 |
Color Harmonies of #58FEB0
Complementary color
Monochromatic Colors of #58FEB0
Black with #58FEB0
Text Example
Text Example
White with #58FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FEB0; }
p { color: rgb(88,254,176); }
H1.HeaderClassName
{
color: #58FEB0;
}
.AnyTagClassName
{
color: #58FEB0;
}
</style>
background-color css
<style>
a { background-color: #58FEB0; }
a { background-color: rgb(88,254,176); }
div.DivClassName
{
background-color: #58FEB0;
}
.BgClassName
{
background-color: #58FEB0;
}
</style>
border-color css
<style>
span { border-color: #58FEB0; }
span { border-color: rgb(88,254,176); }
td.TdClassName
{
border-color: #58FEB0;
}
.TagClassName
{
border-color: #58FEB0;
}
</style>