Shades of Medium Aquamarine #5ADE9A
Tints of Medium Aquamarine #5ADE9A
RGB
CMYK
RGB Variations
Color information
#5ADE9A (or 0x5ADE9A) is known color: Medium Aquamarine. HEX triplet: 5A, DE and 9A. RGB value is (90,222,154). Sum of RGB (Red+Green+Blue) = 90+222+154=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADE9A is #A52165. Grayscale: #AEAEAE. Windows color (decimal): -10821990 or 10149466. OLE color: 10149466.
HSL color Cylindrical-coordinate representation of color #5ADE9A: hue angle of 149.09º 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 #5ADE9A is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 154 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.13 |
| HSL | 149.09º | 0.67% | 0.61% | - |
| HSV(B) | 149.09º | 0.59% | 0.87% | - |
| XYZ | 36.17 | 56.75 | 39.62 | - |
| YUV | 174.78 | 116.27 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 154 | 0.59 | 0 | 0.31 | 0.13 | 149.09 | 0.67 | 0.61 |
| Hex | 5A | DE | 9A | 3B | 0 | 1F | D | 95 | 43 | 3D |
| Octal | 132 | 336 | 232 | 73 | 0 | 37 | 15 | 225 | 103 | 75 |
| Binary | 1011010 | 11011110 | 10011010 | 111011 | 0 | 11111 | 1101 | 10010101 | 1000011 | 111101 |
Color Harmonies of #5ADE9A
Complementary color
Monochromatic Colors of #5ADE9A
Black with #5ADE9A
Text Example
Text Example
White with #5ADE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADE9A; }
p { color: rgb(90,222,154); }
H1.HeaderClassName
{
color: #5ADE9A;
}
.AnyTagClassName
{
color: #5ADE9A;
}
</style>
background-color css
<style>
a { background-color: #5ADE9A; }
a { background-color: rgb(90,222,154); }
div.DivClassName
{
background-color: #5ADE9A;
}
.BgClassName
{
background-color: #5ADE9A;
}
</style>
border-color css
<style>
span { border-color: #5ADE9A; }
span { border-color: rgb(90,222,154); }
td.TdClassName
{
border-color: #5ADE9A;
}
.TagClassName
{
border-color: #5ADE9A;
}
</style>