Shades of Medium Aquamarine #5AEBA4
Tints of Medium Aquamarine #5AEBA4
RGB
CMYK
RGB Variations
Color information
#5AEBA4 (or 0x5AEBA4) is known color: Medium Aquamarine. HEX triplet: 5A, EB and A4. RGB value is (90,235,164). Sum of RGB (Red+Green+Blue) = 90+235+164=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEBA4 is #A5145B. Grayscale: #B7B7B7. Windows color (decimal): -10818652 or 10808154. OLE color: 10808154.
HSL color Cylindrical-coordinate representation of color #5AEBA4: hue angle of 150.62º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEBA4 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 235 | 164 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.08 |
| HSL | 150.62º | 0.78% | 0.64% | - |
| HSV(B) | 150.62º | 0.62% | 0.92% | - |
| XYZ | 40.63 | 64.27 | 45.39 | - |
| YUV | 183.55 | 116.96 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 235 | 164 | 0.62 | 0 | 0.30 | 0.08 | 150.62 | 0.78 | 0.64 |
| Hex | 5A | EB | A4 | 3E | 0 | 1E | 8 | 97 | 4E | 40 |
| Octal | 132 | 353 | 244 | 76 | 0 | 36 | 10 | 227 | 116 | 100 |
| Binary | 1011010 | 11101011 | 10100100 | 111110 | 0 | 11110 | 1000 | 10010111 | 1001110 | 1000000 |
Color Harmonies of #5AEBA4
Complementary color
Monochromatic Colors of #5AEBA4
Black with #5AEBA4
Text Example
Text Example
White with #5AEBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEBA4; }
p { color: rgb(90,235,164); }
H1.HeaderClassName
{
color: #5AEBA4;
}
.AnyTagClassName
{
color: #5AEBA4;
}
</style>
background-color css
<style>
a { background-color: #5AEBA4; }
a { background-color: rgb(90,235,164); }
div.DivClassName
{
background-color: #5AEBA4;
}
.BgClassName
{
background-color: #5AEBA4;
}
</style>
border-color css
<style>
span { border-color: #5AEBA4; }
span { border-color: rgb(90,235,164); }
td.TdClassName
{
border-color: #5AEBA4;
}
.TagClassName
{
border-color: #5AEBA4;
}
</style>