Shades of Medium Aquamarine #58DBAA
Tints of Medium Aquamarine #58DBAA
RGB
CMYK
RGB Variations
Color information
#58DBAA (or 0x58DBAA) is known color: Medium Aquamarine. HEX triplet: 58, DB and AA. RGB value is (88,219,170). Sum of RGB (Red+Green+Blue) = 88+219+170=477 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.45% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #58DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DBAA is #A72455. Grayscale: #AEAEAE. Windows color (decimal): -10953814 or 11197272. OLE color: 11197272.
HSL color Cylindrical-coordinate representation of color #58DBAA: hue angle of 157.56º 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 #58DBAA is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 219 | 170 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.14 |
| HSL | 157.56º | 0.65% | 0.6% | - |
| HSV(B) | 157.56º | 0.6% | 0.86% | - |
| XYZ | 36.61 | 55.64 | 46.84 | - |
| YUV | 174.25 | 125.6 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 219 | 170 | 0.60 | 0 | 0.22 | 0.14 | 157.56 | 0.65 | 0.6 |
| Hex | 58 | DB | AA | 3C | 0 | 16 | E | 9E | 41 | 3C |
| Octal | 130 | 333 | 252 | 74 | 0 | 26 | 16 | 236 | 101 | 74 |
| Binary | 1011000 | 11011011 | 10101010 | 111100 | 0 | 10110 | 1110 | 10011110 | 1000001 | 111100 |
Color Harmonies of #58DBAA
Complementary color
Monochromatic Colors of #58DBAA
Black with #58DBAA
Text Example
Text Example
White with #58DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DBAA; }
p { color: rgb(88,219,170); }
H1.HeaderClassName
{
color: #58DBAA;
}
.AnyTagClassName
{
color: #58DBAA;
}
</style>
background-color css
<style>
a { background-color: #58DBAA; }
a { background-color: rgb(88,219,170); }
div.DivClassName
{
background-color: #58DBAA;
}
.BgClassName
{
background-color: #58DBAA;
}
</style>
border-color css
<style>
span { border-color: #58DBAA; }
span { border-color: rgb(88,219,170); }
td.TdClassName
{
border-color: #58DBAA;
}
.TagClassName
{
border-color: #58DBAA;
}
</style>