Shades of Medium Aquamarine #58CDA1
Tints of Medium Aquamarine #58CDA1
RGB
CMYK
RGB Variations
Color information
#58CDA1 (or 0x58CDA1) is known color: Medium Aquamarine. HEX triplet: 58, CD and A1. RGB value is (88,205,161). Sum of RGB (Red+Green+Blue) = 88+205+161=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CDA1 is #A7325E. Grayscale: #A5A5A5. Windows color (decimal): -10957407 or 10603864. OLE color: 10603864.
HSL color Cylindrical-coordinate representation of color #58CDA1: hue angle of 157.44º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CDA1 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 205 | 161 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.20 |
| HSL | 157.44º | 0.54% | 0.57% | - |
| HSV(B) | 157.44º | 0.57% | 0.8% | - |
| XYZ | 32.29 | 48.31 | 41.34 | - |
| YUV | 165 | 125.74 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 205 | 161 | 0.57 | 0 | 0.21 | 0.20 | 157.44 | 0.54 | 0.57 |
| Hex | 58 | CD | A1 | 39 | 0 | 15 | 14 | 9D | 36 | 39 |
| Octal | 130 | 315 | 241 | 71 | 0 | 25 | 24 | 235 | 66 | 71 |
| Binary | 1011000 | 11001101 | 10100001 | 111001 | 0 | 10101 | 10100 | 10011101 | 110110 | 111001 |
Color Harmonies of #58CDA1
Complementary color
Monochromatic Colors of #58CDA1
Black with #58CDA1
Text Example
Text Example
White with #58CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CDA1; }
p { color: rgb(88,205,161); }
H1.HeaderClassName
{
color: #58CDA1;
}
.AnyTagClassName
{
color: #58CDA1;
}
</style>
background-color css
<style>
a { background-color: #58CDA1; }
a { background-color: rgb(88,205,161); }
div.DivClassName
{
background-color: #58CDA1;
}
.BgClassName
{
background-color: #58CDA1;
}
</style>
border-color css
<style>
span { border-color: #58CDA1; }
span { border-color: rgb(88,205,161); }
td.TdClassName
{
border-color: #58CDA1;
}
.TagClassName
{
border-color: #58CDA1;
}
</style>