Shades of Medium Aquamarine #58DDA4
Tints of Medium Aquamarine #58DDA4
RGB
CMYK
RGB Variations
Color information
#58DDA4 (or 0x58DDA4) is known color: Medium Aquamarine. HEX triplet: 58, DD and A4. RGB value is (88,221,164). Sum of RGB (Red+Green+Blue) = 88+221+164=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #58DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58DDA4 is #A7225B. Grayscale: #AEAEAE. Windows color (decimal): -10953308 or 10804568. OLE color: 10804568.
HSL color Cylindrical-coordinate representation of color #58DDA4: hue angle of 154.29º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DDA4 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 164 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.13 |
| HSL | 154.29º | 0.66% | 0.61% | - |
| HSV(B) | 154.29º | 0.6% | 0.87% | - |
| XYZ | 36.58 | 56.47 | 44.09 | - |
| YUV | 174.74 | 121.94 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 164 | 0.60 | 0 | 0.26 | 0.13 | 154.29 | 0.66 | 0.61 |
| Hex | 58 | DD | A4 | 3C | 0 | 1A | D | 9A | 42 | 3D |
| Octal | 130 | 335 | 244 | 74 | 0 | 32 | 15 | 232 | 102 | 75 |
| Binary | 1011000 | 11011101 | 10100100 | 111100 | 0 | 11010 | 1101 | 10011010 | 1000010 | 111101 |
Color Harmonies of #58DDA4
Complementary color
Monochromatic Colors of #58DDA4
Black with #58DDA4
Text Example
Text Example
White with #58DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DDA4; }
p { color: rgb(88,221,164); }
H1.HeaderClassName
{
color: #58DDA4;
}
.AnyTagClassName
{
color: #58DDA4;
}
</style>
background-color css
<style>
a { background-color: #58DDA4; }
a { background-color: rgb(88,221,164); }
div.DivClassName
{
background-color: #58DDA4;
}
.BgClassName
{
background-color: #58DDA4;
}
</style>
border-color css
<style>
span { border-color: #58DDA4; }
span { border-color: rgb(88,221,164); }
td.TdClassName
{
border-color: #58DDA4;
}
.TagClassName
{
border-color: #58DDA4;
}
</style>