Shades of Medium Aquamarine #5ADE95
Tints of Medium Aquamarine #5ADE95
RGB
CMYK
RGB Variations
Color information
#5ADE95 (or 0x5ADE95) is known color: Medium Aquamarine. HEX triplet: 5A, DE and 95. RGB value is (90,222,149). Sum of RGB (Red+Green+Blue) = 90+222+149=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADE95 is #A5216A. Grayscale: #AEAEAE. Windows color (decimal): -10821995 or 9821786. OLE color: 9821786.
HSL color Cylindrical-coordinate representation of color #5ADE95: hue angle of 146.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADE95 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 149 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.13 |
| HSL | 146.82º | 0.67% | 0.61% | - |
| HSV(B) | 146.82º | 0.59% | 0.87% | - |
| XYZ | 35.76 | 56.59 | 37.47 | - |
| YUV | 174.21 | 113.77 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 149 | 0.59 | 0 | 0.33 | 0.13 | 146.82 | 0.67 | 0.61 |
| Hex | 5A | DE | 95 | 3B | 0 | 21 | D | 93 | 43 | 3D |
| Octal | 132 | 336 | 225 | 73 | 0 | 41 | 15 | 223 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10010101 | 111011 | 0 | 100001 | 1101 | 10010011 | 1000011 | 111101 |
Color Harmonies of #5ADE95
Complementary color
Monochromatic Colors of #5ADE95
Black with #5ADE95
Text Example
Text Example
White with #5ADE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADE95; }
p { color: rgb(90,222,149); }
H1.HeaderClassName
{
color: #5ADE95;
}
.AnyTagClassName
{
color: #5ADE95;
}
</style>
background-color css
<style>
a { background-color: #5ADE95; }
a { background-color: rgb(90,222,149); }
div.DivClassName
{
background-color: #5ADE95;
}
.BgClassName
{
background-color: #5ADE95;
}
</style>
border-color css
<style>
span { border-color: #5ADE95; }
span { border-color: rgb(90,222,149); }
td.TdClassName
{
border-color: #5ADE95;
}
.TagClassName
{
border-color: #5ADE95;
}
</style>