Shades of Medium Aquamarine #58CEA0
Tints of Medium Aquamarine #58CEA0
RGB
CMYK
RGB Variations
Color information
#58CEA0 (or 0x58CEA0) is known color: Medium Aquamarine. HEX triplet: 58, CE and A0. RGB value is (88,206,160). Sum of RGB (Red+Green+Blue) = 88+206+160=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #58CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CEA0 is #A7315F. Grayscale: #A5A5A5. Windows color (decimal): -10957152 or 10538584. OLE color: 10538584.
HSL color Cylindrical-coordinate representation of color #58CEA0: hue angle of 156.61º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CEA0 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 206 | 160 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.19 |
| HSL | 156.61º | 0.55% | 0.58% | - |
| HSV(B) | 156.61º | 0.57% | 0.81% | - |
| XYZ | 32.44 | 48.76 | 40.96 | - |
| YUV | 165.47 | 124.91 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 206 | 160 | 0.57 | 0 | 0.22 | 0.19 | 156.61 | 0.55 | 0.58 |
| Hex | 58 | CE | A0 | 39 | 0 | 16 | 13 | 9D | 37 | 3A |
| Octal | 130 | 316 | 240 | 71 | 0 | 26 | 23 | 235 | 67 | 72 |
| Binary | 1011000 | 11001110 | 10100000 | 111001 | 0 | 10110 | 10011 | 10011101 | 110111 | 111010 |
Color Harmonies of #58CEA0
Complementary color
Monochromatic Colors of #58CEA0
Black with #58CEA0
Text Example
Text Example
White with #58CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CEA0; }
p { color: rgb(88,206,160); }
H1.HeaderClassName
{
color: #58CEA0;
}
.AnyTagClassName
{
color: #58CEA0;
}
</style>
background-color css
<style>
a { background-color: #58CEA0; }
a { background-color: rgb(88,206,160); }
div.DivClassName
{
background-color: #58CEA0;
}
.BgClassName
{
background-color: #58CEA0;
}
</style>
border-color css
<style>
span { border-color: #58CEA0; }
span { border-color: rgb(88,206,160); }
td.TdClassName
{
border-color: #58CEA0;
}
.TagClassName
{
border-color: #58CEA0;
}
</style>