Shades of Medium Aquamarine #58CDA4
Tints of Medium Aquamarine #58CDA4
RGB
CMYK
RGB Variations
Color information
#58CDA4 (or 0x58CDA4) is known color: Medium Aquamarine. HEX triplet: 58, CD and A4. RGB value is (88,205,164). Sum of RGB (Red+Green+Blue) = 88+205+164=457 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.26% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CDA4 is #A7325B. Grayscale: #A5A5A5. Windows color (decimal): -10957404 or 10800472. OLE color: 10800472.
HSL color Cylindrical-coordinate representation of color #58CDA4: hue angle of 158.97º 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 #58CDA4 is Cyan = 0.57, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 205 | 164 | - |
| CMYK | 0.57 | 0 | 0.2 | 0.20 |
| HSL | 158.97º | 0.54% | 0.57% | - |
| HSV(B) | 158.97º | 0.57% | 0.8% | - |
| XYZ | 32.56 | 48.42 | 42.75 | - |
| YUV | 165.34 | 127.24 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 205 | 164 | 0.57 | 0 | 0.2 | 0.20 | 158.97 | 0.54 | 0.57 |
| Hex | 58 | CD | A4 | 39 | 0 | 14 | 14 | 9F | 36 | 39 |
| Octal | 130 | 315 | 244 | 71 | 0 | 24 | 24 | 237 | 66 | 71 |
| Binary | 1011000 | 11001101 | 10100100 | 111001 | 0 | 10100 | 10100 | 10011111 | 110110 | 111001 |
Color Harmonies of #58CDA4
Complementary color
Monochromatic Colors of #58CDA4
Black with #58CDA4
Text Example
Text Example
White with #58CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CDA4; }
p { color: rgb(88,205,164); }
H1.HeaderClassName
{
color: #58CDA4;
}
.AnyTagClassName
{
color: #58CDA4;
}
</style>
background-color css
<style>
a { background-color: #58CDA4; }
a { background-color: rgb(88,205,164); }
div.DivClassName
{
background-color: #58CDA4;
}
.BgClassName
{
background-color: #58CDA4;
}
</style>
border-color css
<style>
span { border-color: #58CDA4; }
span { border-color: rgb(88,205,164); }
td.TdClassName
{
border-color: #58CDA4;
}
.TagClassName
{
border-color: #58CDA4;
}
</style>