Shades of Medium Aquamarine #58D49C
Tints of Medium Aquamarine #58D49C
RGB
CMYK
RGB Variations
Color information
#58D49C (or 0x58D49C) is known color: Medium Aquamarine. HEX triplet: 58, D4 and 9C. RGB value is (88,212,156). Sum of RGB (Red+Green+Blue) = 88+212+156=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #58D49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D49C is #A72B63. Grayscale: #A8A8A8. Windows color (decimal): -10955620 or 10277976. OLE color: 10277976.
HSL color Cylindrical-coordinate representation of color #58D49C: hue angle of 152.9º degrees, saturation: 0.59, 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 #58D49C is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 88 | 212 | 156 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.17 |
| HSL | 152.9º | 0.59% | 0.59% | - |
| HSV(B) | 152.9º | 0.58% | 0.83% | - |
| XYZ | 33.57 | 51.56 | 39.64 | - |
| YUV | 168.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 212 | 156 | 0.58 | 0 | 0.26 | 0.17 | 152.9 | 0.59 | 0.59 |
| Hex | 58 | D4 | 9C | 3A | 0 | 1A | 11 | 99 | 3B | 3B |
| Octal | 130 | 324 | 234 | 72 | 0 | 32 | 21 | 231 | 73 | 73 |
| Binary | 1011000 | 11010100 | 10011100 | 111010 | 0 | 11010 | 10001 | 10011001 | 111011 | 111011 |
Color Harmonies of #58D49C
Complementary color
Monochromatic Colors of #58D49C
Black with #58D49C
Text Example
Text Example
White with #58D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D49C; }
p { color: rgb(88,212,156); }
H1.HeaderClassName
{
color: #58D49C;
}
.AnyTagClassName
{
color: #58D49C;
}
</style>
background-color css
<style>
a { background-color: #58D49C; }
a { background-color: rgb(88,212,156); }
div.DivClassName
{
background-color: #58D49C;
}
.BgClassName
{
background-color: #58D49C;
}
</style>
border-color css
<style>
span { border-color: #58D49C; }
span { border-color: rgb(88,212,156); }
td.TdClassName
{
border-color: #58D49C;
}
.TagClassName
{
border-color: #58D49C;
}
</style>