Shades of Medium Aquamarine #5ADE99
Tints of Medium Aquamarine #5ADE99
RGB
CMYK
RGB Variations
Color information
#5ADE99 (or 0x5ADE99) is known color: Medium Aquamarine. HEX triplet: 5A, DE and 99. RGB value is (90,222,153). Sum of RGB (Red+Green+Blue) = 90+222+153=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADE99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADE99 is #A52166. Grayscale: #AEAEAE. Windows color (decimal): -10821991 or 10083930. OLE color: 10083930.
HSL color Cylindrical-coordinate representation of color #5ADE99: hue angle of 148.64º 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 #5ADE99 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 153 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.13 |
| HSL | 148.64º | 0.67% | 0.61% | - |
| HSV(B) | 148.64º | 0.59% | 0.87% | - |
| XYZ | 36.09 | 56.72 | 39.18 | - |
| YUV | 174.67 | 115.77 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 153 | 0.59 | 0 | 0.31 | 0.13 | 148.64 | 0.67 | 0.61 |
| Hex | 5A | DE | 99 | 3B | 0 | 1F | D | 95 | 43 | 3D |
| Octal | 132 | 336 | 231 | 73 | 0 | 37 | 15 | 225 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10011001 | 111011 | 0 | 11111 | 1101 | 10010101 | 1000011 | 111101 |
Color Harmonies of #5ADE99
Complementary color
Monochromatic Colors of #5ADE99
Black with #5ADE99
Text Example
Text Example
White with #5ADE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADE99; }
p { color: rgb(90,222,153); }
H1.HeaderClassName
{
color: #5ADE99;
}
.AnyTagClassName
{
color: #5ADE99;
}
</style>
background-color css
<style>
a { background-color: #5ADE99; }
a { background-color: rgb(90,222,153); }
div.DivClassName
{
background-color: #5ADE99;
}
.BgClassName
{
background-color: #5ADE99;
}
</style>
border-color css
<style>
span { border-color: #5ADE99; }
span { border-color: rgb(90,222,153); }
td.TdClassName
{
border-color: #5ADE99;
}
.TagClassName
{
border-color: #5ADE99;
}
</style>