Shades of Medium Aquamarine #58D299
Tints of Medium Aquamarine #58D299
RGB
CMYK
RGB Variations
Color information
#58D299 (or 0x58D299) is known color: Medium Aquamarine. HEX triplet: 58, D2 and 99. RGB value is (88,210,153). Sum of RGB (Red+Green+Blue) = 88+210+153=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #58D299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D299 is #A72D66. Grayscale: #A7A7A7. Windows color (decimal): -10956135 or 10080856. OLE color: 10080856.
HSL color Cylindrical-coordinate representation of color #58D299: hue angle of 151.97º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58D299 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 210 | 153 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.18 |
| HSL | 151.97º | 0.58% | 0.58% | - |
| HSV(B) | 151.97º | 0.58% | 0.82% | - |
| XYZ | 32.82 | 50.47 | 38.15 | - |
| YUV | 167.02 | 120.08 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 153 | 0.58 | 0 | 0.27 | 0.18 | 151.97 | 0.58 | 0.58 |
| Hex | 58 | D2 | 99 | 3A | 0 | 1B | 12 | 98 | 3A | 3A |
| Octal | 130 | 322 | 231 | 72 | 0 | 33 | 22 | 230 | 72 | 72 |
| Binary | 1011000 | 11010010 | 10011001 | 111010 | 0 | 11011 | 10010 | 10011000 | 111010 | 111010 |
Color Harmonies of #58D299
Complementary color
Monochromatic Colors of #58D299
Black with #58D299
Text Example
Text Example
White with #58D299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D299; }
p { color: rgb(88,210,153); }
H1.HeaderClassName
{
color: #58D299;
}
.AnyTagClassName
{
color: #58D299;
}
</style>
background-color css
<style>
a { background-color: #58D299; }
a { background-color: rgb(88,210,153); }
div.DivClassName
{
background-color: #58D299;
}
.BgClassName
{
background-color: #58D299;
}
</style>
border-color css
<style>
span { border-color: #58D299; }
span { border-color: rgb(88,210,153); }
td.TdClassName
{
border-color: #58D299;
}
.TagClassName
{
border-color: #58D299;
}
</style>