Shades of Medium Aquamarine #58D8AE
Tints of Medium Aquamarine #58D8AE
RGB
CMYK
RGB Variations
Color information
#58D8AE (or 0x58D8AE) is known color: Medium Aquamarine. HEX triplet: 58, D8 and AE. RGB value is (88,216,174). Sum of RGB (Red+Green+Blue) = 88+216+174=478 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.41% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #58D8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D8AE is #A72751. Grayscale: #ACACAC. Windows color (decimal): -10954578 or 11458648. OLE color: 11458648.
HSL color Cylindrical-coordinate representation of color #58D8AE: hue angle of 160.31º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D8AE is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 216 | 174 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.15 |
| HSL | 160.31º | 0.62% | 0.6% | - |
| HSV(B) | 160.31º | 0.59% | 0.85% | - |
| XYZ | 36.22 | 54.24 | 48.61 | - |
| YUV | 172.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 174 | 0.59 | 0 | 0.19 | 0.15 | 160.31 | 0.62 | 0.6 |
| Hex | 58 | D8 | AE | 3B | 0 | 13 | F | A0 | 3E | 3C |
| Octal | 130 | 330 | 256 | 73 | 0 | 23 | 17 | 240 | 76 | 74 |
| Binary | 1011000 | 11011000 | 10101110 | 111011 | 0 | 10011 | 1111 | 10100000 | 111110 | 111100 |
Color Harmonies of #58D8AE
Complementary color
Monochromatic Colors of #58D8AE
Black with #58D8AE
Text Example
Text Example
White with #58D8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D8AE; }
p { color: rgb(88,216,174); }
H1.HeaderClassName
{
color: #58D8AE;
}
.AnyTagClassName
{
color: #58D8AE;
}
</style>
background-color css
<style>
a { background-color: #58D8AE; }
a { background-color: rgb(88,216,174); }
div.DivClassName
{
background-color: #58D8AE;
}
.BgClassName
{
background-color: #58D8AE;
}
</style>
border-color css
<style>
span { border-color: #58D8AE; }
span { border-color: rgb(88,216,174); }
td.TdClassName
{
border-color: #58D8AE;
}
.TagClassName
{
border-color: #58D8AE;
}
</style>