Shades of Medium Aquamarine #5ADA9E
Tints of Medium Aquamarine #5ADA9E
RGB
CMYK
RGB Variations
Color information
#5ADA9E (or 0x5ADA9E) is known color: Medium Aquamarine. HEX triplet: 5A, DA and 9E. RGB value is (90,218,158). Sum of RGB (Red+Green+Blue) = 90+218+158=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADA9E is #A52561. Grayscale: #ADADAD. Windows color (decimal): -10823010 or 10410586. OLE color: 10410586.
HSL color Cylindrical-coordinate representation of color #5ADA9E: hue angle of 151.88º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADA9E is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 158 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.15 |
| HSL | 151.88º | 0.63% | 0.6% | - |
| HSV(B) | 151.88º | 0.59% | 0.85% | - |
| XYZ | 35.46 | 54.79 | 41.05 | - |
| YUV | 172.89 | 119.59 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 158 | 0.59 | 0 | 0.28 | 0.15 | 151.88 | 0.63 | 0.6 |
| Hex | 5A | DA | 9E | 3B | 0 | 1C | F | 98 | 3F | 3C |
| Octal | 132 | 332 | 236 | 73 | 0 | 34 | 17 | 230 | 77 | 74 |
| Binary | 1011010 | 11011010 | 10011110 | 111011 | 0 | 11100 | 1111 | 10011000 | 111111 | 111100 |
Color Harmonies of #5ADA9E
Complementary color
Monochromatic Colors of #5ADA9E
Black with #5ADA9E
Text Example
Text Example
White with #5ADA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADA9E; }
p { color: rgb(90,218,158); }
H1.HeaderClassName
{
color: #5ADA9E;
}
.AnyTagClassName
{
color: #5ADA9E;
}
</style>
background-color css
<style>
a { background-color: #5ADA9E; }
a { background-color: rgb(90,218,158); }
div.DivClassName
{
background-color: #5ADA9E;
}
.BgClassName
{
background-color: #5ADA9E;
}
</style>
border-color css
<style>
span { border-color: #5ADA9E; }
span { border-color: rgb(90,218,158); }
td.TdClassName
{
border-color: #5ADA9E;
}
.TagClassName
{
border-color: #5ADA9E;
}
</style>