Shades of Medium Aquamarine #5AEE9D
Tints of Medium Aquamarine #5AEE9D
RGB
CMYK
RGB Variations
Color information
#5AEE9D (or 0x5AEE9D) is known color: Medium Aquamarine. HEX triplet: 5A, EE and 9D. RGB value is (90,238,157). Sum of RGB (Red+Green+Blue) = 90+238+157=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEE9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEE9D is #A51162. Grayscale: #B8B8B8. Windows color (decimal): -10817891 or 10350170. OLE color: 10350170.
HSL color Cylindrical-coordinate representation of color #5AEE9D: hue angle of 147.16º 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 #5AEE9D is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 157 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.07 |
| HSL | 147.16º | 0.81% | 0.64% | - |
| HSV(B) | 147.16º | 0.62% | 0.93% | - |
| XYZ | 40.88 | 65.76 | 42.44 | - |
| YUV | 184.51 | 112.47 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 157 | 0.62 | 0 | 0.34 | 0.07 | 147.16 | 0.81 | 0.64 |
| Hex | 5A | EE | 9D | 3E | 0 | 22 | 7 | 93 | 51 | 40 |
| Octal | 132 | 356 | 235 | 76 | 0 | 42 | 7 | 223 | 121 | 100 |
| Binary | 1011010 | 11101110 | 10011101 | 111110 | 0 | 100010 | 111 | 10010011 | 1010001 | 1000000 |
Color Harmonies of #5AEE9D
Complementary color
Monochromatic Colors of #5AEE9D
Black with #5AEE9D
Text Example
Text Example
White with #5AEE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEE9D; }
p { color: rgb(90,238,157); }
H1.HeaderClassName
{
color: #5AEE9D;
}
.AnyTagClassName
{
color: #5AEE9D;
}
</style>
background-color css
<style>
a { background-color: #5AEE9D; }
a { background-color: rgb(90,238,157); }
div.DivClassName
{
background-color: #5AEE9D;
}
.BgClassName
{
background-color: #5AEE9D;
}
</style>
border-color css
<style>
span { border-color: #5AEE9D; }
span { border-color: rgb(90,238,157); }
td.TdClassName
{
border-color: #5AEE9D;
}
.TagClassName
{
border-color: #5AEE9D;
}
</style>