Shades of Medium Aquamarine #58DDA2
Tints of Medium Aquamarine #58DDA2
RGB
CMYK
RGB Variations
Color information
#58DDA2 (or 0x58DDA2) is known color: Medium Aquamarine. HEX triplet: 58, DD and A2. RGB value is (88,221,162). Sum of RGB (Red+Green+Blue) = 88+221+162=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DDA2 is #A7225D. Grayscale: #AEAEAE. Windows color (decimal): -10953310 or 10673496. OLE color: 10673496.
HSL color Cylindrical-coordinate representation of color #58DDA2: hue angle of 153.38º 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 #58DDA2 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 162 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.13 |
| HSL | 153.38º | 0.66% | 0.61% | - |
| HSV(B) | 153.38º | 0.6% | 0.87% | - |
| XYZ | 36.4 | 56.4 | 43.15 | - |
| YUV | 174.51 | 120.94 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 162 | 0.60 | 0 | 0.27 | 0.13 | 153.38 | 0.66 | 0.61 |
| Hex | 58 | DD | A2 | 3C | 0 | 1B | D | 99 | 42 | 3D |
| Octal | 130 | 335 | 242 | 74 | 0 | 33 | 15 | 231 | 102 | 75 |
| Binary | 1011000 | 11011101 | 10100010 | 111100 | 0 | 11011 | 1101 | 10011001 | 1000010 | 111101 |
Color Harmonies of #58DDA2
Complementary color
Monochromatic Colors of #58DDA2
Black with #58DDA2
Text Example
Text Example
White with #58DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DDA2; }
p { color: rgb(88,221,162); }
H1.HeaderClassName
{
color: #58DDA2;
}
.AnyTagClassName
{
color: #58DDA2;
}
</style>
background-color css
<style>
a { background-color: #58DDA2; }
a { background-color: rgb(88,221,162); }
div.DivClassName
{
background-color: #58DDA2;
}
.BgClassName
{
background-color: #58DDA2;
}
</style>
border-color css
<style>
span { border-color: #58DDA2; }
span { border-color: rgb(88,221,162); }
td.TdClassName
{
border-color: #58DDA2;
}
.TagClassName
{
border-color: #58DDA2;
}
</style>