Shades of Medium Aquamarine #58D398
Tints of Medium Aquamarine #58D398
RGB
CMYK
RGB Variations
Color information
#58D398 (or 0x58D398) is known color: Medium Aquamarine. HEX triplet: 58, D3 and 98. RGB value is (88,211,152). Sum of RGB (Red+Green+Blue) = 88+211+152=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #58D398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D398 is #A72C67. Grayscale: #A7A7A7. Windows color (decimal): -10955880 or 10015576. OLE color: 10015576.
HSL color Cylindrical-coordinate representation of color #58D398: hue angle of 151.22º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D398 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 211 | 152 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.17 |
| HSL | 151.22º | 0.58% | 0.59% | - |
| HSV(B) | 151.22º | 0.58% | 0.83% | - |
| XYZ | 32.99 | 50.93 | 37.8 | - |
| YUV | 167.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 211 | 152 | 0.58 | 0 | 0.28 | 0.17 | 151.22 | 0.58 | 0.59 |
| Hex | 58 | D3 | 98 | 3A | 0 | 1C | 11 | 97 | 3A | 3B |
| Octal | 130 | 323 | 230 | 72 | 0 | 34 | 21 | 227 | 72 | 73 |
| Binary | 1011000 | 11010011 | 10011000 | 111010 | 0 | 11100 | 10001 | 10010111 | 111010 | 111011 |
Color Harmonies of #58D398
Complementary color
Monochromatic Colors of #58D398
Black with #58D398
Text Example
Text Example
White with #58D398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D398; }
p { color: rgb(88,211,152); }
H1.HeaderClassName
{
color: #58D398;
}
.AnyTagClassName
{
color: #58D398;
}
</style>
background-color css
<style>
a { background-color: #58D398; }
a { background-color: rgb(88,211,152); }
div.DivClassName
{
background-color: #58D398;
}
.BgClassName
{
background-color: #58D398;
}
</style>
border-color css
<style>
span { border-color: #58D398; }
span { border-color: rgb(88,211,152); }
td.TdClassName
{
border-color: #58D398;
}
.TagClassName
{
border-color: #58D398;
}
</style>