Shades of Medium Aquamarine #58DC9D
Tints of Medium Aquamarine #58DC9D
RGB
CMYK
RGB Variations
Color information
#58DC9D (or 0x58DC9D) is known color: Medium Aquamarine. HEX triplet: 58, DC and 9D. RGB value is (88,220,157). Sum of RGB (Red+Green+Blue) = 88+220+157=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DC9D is #A72362. Grayscale: #ADADAD. Windows color (decimal): -10953571 or 10345560. OLE color: 10345560.
HSL color Cylindrical-coordinate representation of color #58DC9D: hue angle of 151.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DC9D is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 157 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.14 |
| HSL | 151.36º | 0.65% | 0.6% | - |
| HSV(B) | 151.36º | 0.6% | 0.86% | - |
| XYZ | 35.7 | 55.7 | 40.77 | - |
| YUV | 173.35 | 118.77 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 157 | 0.6 | 0 | 0.29 | 0.14 | 151.36 | 0.65 | 0.6 |
| Hex | 58 | DC | 9D | 3C | 0 | 1D | E | 97 | 41 | 3C |
| Octal | 130 | 334 | 235 | 74 | 0 | 35 | 16 | 227 | 101 | 74 |
| Binary | 1011000 | 11011100 | 10011101 | 111100 | 0 | 11101 | 1110 | 10010111 | 1000001 | 111100 |
Color Harmonies of #58DC9D
Complementary color
Monochromatic Colors of #58DC9D
Black with #58DC9D
Text Example
Text Example
White with #58DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DC9D; }
p { color: rgb(88,220,157); }
H1.HeaderClassName
{
color: #58DC9D;
}
.AnyTagClassName
{
color: #58DC9D;
}
</style>
background-color css
<style>
a { background-color: #58DC9D; }
a { background-color: rgb(88,220,157); }
div.DivClassName
{
background-color: #58DC9D;
}
.BgClassName
{
background-color: #58DC9D;
}
</style>
border-color css
<style>
span { border-color: #58DC9D; }
span { border-color: rgb(88,220,157); }
td.TdClassName
{
border-color: #58DC9D;
}
.TagClassName
{
border-color: #58DC9D;
}
</style>