Shades of Medium Aquamarine #5AD39C
Tints of Medium Aquamarine #5AD39C
RGB
CMYK
RGB Variations
Color information
#5AD39C (or 0x5AD39C) is known color: Medium Aquamarine. HEX triplet: 5A, D3 and 9C. RGB value is (90,211,156). Sum of RGB (Red+Green+Blue) = 90+211+156=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD39C is #A52C63. Grayscale: #A8A8A8. Windows color (decimal): -10824804 or 10277722. OLE color: 10277722.
HSL color Cylindrical-coordinate representation of color #5AD39C: hue angle of 152.73º 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 #5AD39C is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 156 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.17 |
| HSL | 152.73º | 0.58% | 0.59% | - |
| HSV(B) | 152.73º | 0.57% | 0.83% | - |
| XYZ | 33.51 | 51.16 | 39.56 | - |
| YUV | 168.55 | 120.91 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 156 | 0.57 | 0 | 0.26 | 0.17 | 152.73 | 0.58 | 0.59 |
| Hex | 5A | D3 | 9C | 39 | 0 | 1A | 11 | 99 | 3A | 3B |
| Octal | 132 | 323 | 234 | 71 | 0 | 32 | 21 | 231 | 72 | 73 |
| Binary | 1011010 | 11010011 | 10011100 | 111001 | 0 | 11010 | 10001 | 10011001 | 111010 | 111011 |
Color Harmonies of #5AD39C
Complementary color
Monochromatic Colors of #5AD39C
Black with #5AD39C
Text Example
Text Example
White with #5AD39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD39C; }
p { color: rgb(90,211,156); }
H1.HeaderClassName
{
color: #5AD39C;
}
.AnyTagClassName
{
color: #5AD39C;
}
</style>
background-color css
<style>
a { background-color: #5AD39C; }
a { background-color: rgb(90,211,156); }
div.DivClassName
{
background-color: #5AD39C;
}
.BgClassName
{
background-color: #5AD39C;
}
</style>
border-color css
<style>
span { border-color: #5AD39C; }
span { border-color: rgb(90,211,156); }
td.TdClassName
{
border-color: #5AD39C;
}
.TagClassName
{
border-color: #5AD39C;
}
</style>