Shades of Medium Aquamarine #5AD39D
Tints of Medium Aquamarine #5AD39D
RGB
CMYK
RGB Variations
Color information
#5AD39D (or 0x5AD39D) is known color: Medium Aquamarine. HEX triplet: 5A, D3 and 9D. RGB value is (90,211,157). Sum of RGB (Red+Green+Blue) = 90+211+157=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD39D is #A52C62. Grayscale: #A8A8A8. Windows color (decimal): -10824803 or 10343258. OLE color: 10343258.
HSL color Cylindrical-coordinate representation of color #5AD39D: hue angle of 153.22º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD39D is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 157 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.17 |
| HSL | 153.22º | 0.58% | 0.59% | - |
| HSV(B) | 153.22º | 0.57% | 0.83% | - |
| XYZ | 33.6 | 51.2 | 40.01 | - |
| YUV | 168.67 | 121.41 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 157 | 0.57 | 0 | 0.26 | 0.17 | 153.22 | 0.58 | 0.59 |
| Hex | 5A | D3 | 9D | 39 | 0 | 1A | 11 | 99 | 3A | 3B |
| Octal | 132 | 323 | 235 | 71 | 0 | 32 | 21 | 231 | 72 | 73 |
| Binary | 1011010 | 11010011 | 10011101 | 111001 | 0 | 11010 | 10001 | 10011001 | 111010 | 111011 |
Color Harmonies of #5AD39D
Complementary color
Monochromatic Colors of #5AD39D
Black with #5AD39D
Text Example
Text Example
White with #5AD39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD39D; }
p { color: rgb(90,211,157); }
H1.HeaderClassName
{
color: #5AD39D;
}
.AnyTagClassName
{
color: #5AD39D;
}
</style>
background-color css
<style>
a { background-color: #5AD39D; }
a { background-color: rgb(90,211,157); }
div.DivClassName
{
background-color: #5AD39D;
}
.BgClassName
{
background-color: #5AD39D;
}
</style>
border-color css
<style>
span { border-color: #5AD39D; }
span { border-color: rgb(90,211,157); }
td.TdClassName
{
border-color: #5AD39D;
}
.TagClassName
{
border-color: #5AD39D;
}
</style>