Shades of Medium Aquamarine #5AEBA1
Tints of Medium Aquamarine #5AEBA1
RGB
CMYK
RGB Variations
Color information
#5AEBA1 (or 0x5AEBA1) is known color: Medium Aquamarine. HEX triplet: 5A, EB and A1. RGB value is (90,235,161). Sum of RGB (Red+Green+Blue) = 90+235+161=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEBA1 is #A5145E. Grayscale: #B7B7B7. Windows color (decimal): -10818655 or 10611546. OLE color: 10611546.
HSL color Cylindrical-coordinate representation of color #5AEBA1: hue angle of 149.38º 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 #5AEBA1 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 235 | 161 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.08 |
| HSL | 149.38º | 0.78% | 0.64% | - |
| HSV(B) | 149.38º | 0.62% | 0.92% | - |
| XYZ | 40.36 | 64.16 | 43.98 | - |
| YUV | 183.21 | 115.46 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 235 | 161 | 0.62 | 0 | 0.31 | 0.08 | 149.38 | 0.78 | 0.64 |
| Hex | 5A | EB | A1 | 3E | 0 | 1F | 8 | 95 | 4E | 40 |
| Octal | 132 | 353 | 241 | 76 | 0 | 37 | 10 | 225 | 116 | 100 |
| Binary | 1011010 | 11101011 | 10100001 | 111110 | 0 | 11111 | 1000 | 10010101 | 1001110 | 1000000 |
Color Harmonies of #5AEBA1
Complementary color
Monochromatic Colors of #5AEBA1
Black with #5AEBA1
Text Example
Text Example
White with #5AEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEBA1; }
p { color: rgb(90,235,161); }
H1.HeaderClassName
{
color: #5AEBA1;
}
.AnyTagClassName
{
color: #5AEBA1;
}
</style>
background-color css
<style>
a { background-color: #5AEBA1; }
a { background-color: rgb(90,235,161); }
div.DivClassName
{
background-color: #5AEBA1;
}
.BgClassName
{
background-color: #5AEBA1;
}
</style>
border-color css
<style>
span { border-color: #5AEBA1; }
span { border-color: rgb(90,235,161); }
td.TdClassName
{
border-color: #5AEBA1;
}
.TagClassName
{
border-color: #5AEBA1;
}
</style>