Shades of Medium Aquamarine #58DCAA
Tints of Medium Aquamarine #58DCAA
RGB
CMYK
RGB Variations
Color information
#58DCAA (or 0x58DCAA) is known color: Medium Aquamarine. HEX triplet: 58, DC and AA. RGB value is (88,220,170). Sum of RGB (Red+Green+Blue) = 88+220+170=478 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.41% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DCAA is #A72355. Grayscale: #AEAEAE. Windows color (decimal): -10953558 or 11197528. OLE color: 11197528.
HSL color Cylindrical-coordinate representation of color #58DCAA: hue angle of 157.27º 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 #58DCAA is Cyan = 0.6, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 170 | - |
| CMYK | 0.6 | 0 | 0.23 | 0.14 |
| HSL | 157.27º | 0.65% | 0.6% | - |
| HSV(B) | 157.27º | 0.6% | 0.86% | - |
| XYZ | 36.87 | 56.16 | 46.93 | - |
| YUV | 174.83 | 125.27 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 170 | 0.6 | 0 | 0.23 | 0.14 | 157.27 | 0.65 | 0.6 |
| Hex | 58 | DC | AA | 3C | 0 | 17 | E | 9D | 41 | 3C |
| Octal | 130 | 334 | 252 | 74 | 0 | 27 | 16 | 235 | 101 | 74 |
| Binary | 1011000 | 11011100 | 10101010 | 111100 | 0 | 10111 | 1110 | 10011101 | 1000001 | 111100 |
Color Harmonies of #58DCAA
Complementary color
Monochromatic Colors of #58DCAA
Black with #58DCAA
Text Example
Text Example
White with #58DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCAA; }
p { color: rgb(88,220,170); }
H1.HeaderClassName
{
color: #58DCAA;
}
.AnyTagClassName
{
color: #58DCAA;
}
</style>
background-color css
<style>
a { background-color: #58DCAA; }
a { background-color: rgb(88,220,170); }
div.DivClassName
{
background-color: #58DCAA;
}
.BgClassName
{
background-color: #58DCAA;
}
</style>
border-color css
<style>
span { border-color: #58DCAA; }
span { border-color: rgb(88,220,170); }
td.TdClassName
{
border-color: #58DCAA;
}
.TagClassName
{
border-color: #58DCAA;
}
</style>