Shades of Medium Aquamarine #5AEE9C
Tints of Medium Aquamarine #5AEE9C
RGB
CMYK
RGB Variations
Color information
#5AEE9C (or 0x5AEE9C) is known color: Medium Aquamarine. HEX triplet: 5A, EE and 9C. RGB value is (90,238,156). Sum of RGB (Red+Green+Blue) = 90+238+156=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEE9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEE9C is #A51163. Grayscale: #B8B8B8. Windows color (decimal): -10817892 or 10284634. OLE color: 10284634.
HSL color Cylindrical-coordinate representation of color #5AEE9C: hue angle of 146.76º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEE9C is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 156 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.07 |
| HSL | 146.76º | 0.81% | 0.64% | - |
| HSV(B) | 146.76º | 0.62% | 0.93% | - |
| XYZ | 40.79 | 65.72 | 41.99 | - |
| YUV | 184.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 156 | 0.62 | 0 | 0.34 | 0.07 | 146.76 | 0.81 | 0.64 |
| Hex | 5A | EE | 9C | 3E | 0 | 22 | 7 | 93 | 51 | 40 |
| Octal | 132 | 356 | 234 | 76 | 0 | 42 | 7 | 223 | 121 | 100 |
| Binary | 1011010 | 11101110 | 10011100 | 111110 | 0 | 100010 | 111 | 10010011 | 1010001 | 1000000 |
Color Harmonies of #5AEE9C
Complementary color
Monochromatic Colors of #5AEE9C
Black with #5AEE9C
Text Example
Text Example
White with #5AEE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEE9C; }
p { color: rgb(90,238,156); }
H1.HeaderClassName
{
color: #5AEE9C;
}
.AnyTagClassName
{
color: #5AEE9C;
}
</style>
background-color css
<style>
a { background-color: #5AEE9C; }
a { background-color: rgb(90,238,156); }
div.DivClassName
{
background-color: #5AEE9C;
}
.BgClassName
{
background-color: #5AEE9C;
}
</style>
border-color css
<style>
span { border-color: #5AEE9C; }
span { border-color: rgb(90,238,156); }
td.TdClassName
{
border-color: #5AEE9C;
}
.TagClassName
{
border-color: #5AEE9C;
}
</style>