Shades of Medium Aquamarine #58DDA3
Tints of Medium Aquamarine #58DDA3
RGB
CMYK
RGB Variations
Color information
#58DDA3 (or 0x58DDA3) is known color: Medium Aquamarine. HEX triplet: 58, DD and A3. RGB value is (88,221,163). Sum of RGB (Red+Green+Blue) = 88+221+163=472 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.64% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DDA3 is #A7225C. Grayscale: #AEAEAE. Windows color (decimal): -10953309 or 10739032. OLE color: 10739032.
HSL color Cylindrical-coordinate representation of color #58DDA3: hue angle of 153.83º 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 #58DDA3 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 163 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.13 |
| HSL | 153.83º | 0.66% | 0.61% | - |
| HSV(B) | 153.83º | 0.6% | 0.87% | - |
| XYZ | 36.49 | 56.43 | 43.62 | - |
| YUV | 174.62 | 121.44 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 163 | 0.60 | 0 | 0.26 | 0.13 | 153.83 | 0.66 | 0.61 |
| Hex | 58 | DD | A3 | 3C | 0 | 1A | D | 9A | 42 | 3D |
| Octal | 130 | 335 | 243 | 74 | 0 | 32 | 15 | 232 | 102 | 75 |
| Binary | 1011000 | 11011101 | 10100011 | 111100 | 0 | 11010 | 1101 | 10011010 | 1000010 | 111101 |
Color Harmonies of #58DDA3
Complementary color
Monochromatic Colors of #58DDA3
Black with #58DDA3
Text Example
Text Example
White with #58DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DDA3; }
p { color: rgb(88,221,163); }
H1.HeaderClassName
{
color: #58DDA3;
}
.AnyTagClassName
{
color: #58DDA3;
}
</style>
background-color css
<style>
a { background-color: #58DDA3; }
a { background-color: rgb(88,221,163); }
div.DivClassName
{
background-color: #58DDA3;
}
.BgClassName
{
background-color: #58DDA3;
}
</style>
border-color css
<style>
span { border-color: #58DDA3; }
span { border-color: rgb(88,221,163); }
td.TdClassName
{
border-color: #58DDA3;
}
.TagClassName
{
border-color: #58DDA3;
}
</style>