Shades of Medium Aquamarine #58DD9A
Tints of Medium Aquamarine #58DD9A
RGB
CMYK
RGB Variations
Color information
#58DD9A (or 0x58DD9A) is known color: Medium Aquamarine. HEX triplet: 58, DD and 9A. RGB value is (88,221,154). Sum of RGB (Red+Green+Blue) = 88+221+154=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DD9A is #A72265. Grayscale: #ADADAD. Windows color (decimal): -10953318 or 10149208. OLE color: 10149208.
HSL color Cylindrical-coordinate representation of color #58DD9A: hue angle of 149.77º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DD9A is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 154 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.13 |
| HSL | 149.77º | 0.66% | 0.61% | - |
| HSV(B) | 149.77º | 0.6% | 0.87% | - |
| XYZ | 35.71 | 56.12 | 39.52 | - |
| YUV | 173.6 | 116.94 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 154 | 0.60 | 0 | 0.30 | 0.13 | 149.77 | 0.66 | 0.61 |
| Hex | 58 | DD | 9A | 3C | 0 | 1E | D | 96 | 42 | 3D |
| Octal | 130 | 335 | 232 | 74 | 0 | 36 | 15 | 226 | 102 | 75 |
| Binary | 1011000 | 11011101 | 10011010 | 111100 | 0 | 11110 | 1101 | 10010110 | 1000010 | 111101 |
Color Harmonies of #58DD9A
Complementary color
Monochromatic Colors of #58DD9A
Black with #58DD9A
Text Example
Text Example
White with #58DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD9A; }
p { color: rgb(88,221,154); }
H1.HeaderClassName
{
color: #58DD9A;
}
.AnyTagClassName
{
color: #58DD9A;
}
</style>
background-color css
<style>
a { background-color: #58DD9A; }
a { background-color: rgb(88,221,154); }
div.DivClassName
{
background-color: #58DD9A;
}
.BgClassName
{
background-color: #58DD9A;
}
</style>
border-color css
<style>
span { border-color: #58DD9A; }
span { border-color: rgb(88,221,154); }
td.TdClassName
{
border-color: #58DD9A;
}
.TagClassName
{
border-color: #58DD9A;
}
</style>