Shades of Medium Aquamarine #58DC9C
Tints of Medium Aquamarine #58DC9C
RGB
CMYK
RGB Variations
Color information
#58DC9C (or 0x58DC9C) is known color: Medium Aquamarine. HEX triplet: 58, DC and 9C. RGB value is (88,220,156). Sum of RGB (Red+Green+Blue) = 88+220+156=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DC9C is #A72363. Grayscale: #ADADAD. Windows color (decimal): -10953572 or 10280024. OLE color: 10280024.
HSL color Cylindrical-coordinate representation of color #58DC9C: hue angle of 150.91º 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 #58DC9C is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 156 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.14 |
| HSL | 150.91º | 0.65% | 0.6% | - |
| HSV(B) | 150.91º | 0.6% | 0.86% | - |
| XYZ | 35.62 | 55.66 | 40.32 | - |
| YUV | 173.24 | 118.27 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 156 | 0.6 | 0 | 0.29 | 0.14 | 150.91 | 0.65 | 0.6 |
| Hex | 58 | DC | 9C | 3C | 0 | 1D | E | 97 | 41 | 3C |
| Octal | 130 | 334 | 234 | 74 | 0 | 35 | 16 | 227 | 101 | 74 |
| Binary | 1011000 | 11011100 | 10011100 | 111100 | 0 | 11101 | 1110 | 10010111 | 1000001 | 111100 |
Color Harmonies of #58DC9C
Complementary color
Monochromatic Colors of #58DC9C
Black with #58DC9C
Text Example
Text Example
White with #58DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DC9C; }
p { color: rgb(88,220,156); }
H1.HeaderClassName
{
color: #58DC9C;
}
.AnyTagClassName
{
color: #58DC9C;
}
</style>
background-color css
<style>
a { background-color: #58DC9C; }
a { background-color: rgb(88,220,156); }
div.DivClassName
{
background-color: #58DC9C;
}
.BgClassName
{
background-color: #58DC9C;
}
</style>
border-color css
<style>
span { border-color: #58DC9C; }
span { border-color: rgb(88,220,156); }
td.TdClassName
{
border-color: #58DC9C;
}
.TagClassName
{
border-color: #58DC9C;
}
</style>