Shades of Medium Aquamarine #5AEBA2
Tints of Medium Aquamarine #5AEBA2
RGB
CMYK
RGB Variations
Color information
#5AEBA2 (or 0x5AEBA2) is known color: Medium Aquamarine. HEX triplet: 5A, EB and A2. RGB value is (90,235,162). Sum of RGB (Red+Green+Blue) = 90+235+162=487 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.48% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEBA2 is #A5145D. Grayscale: #B7B7B7. Windows color (decimal): -10818654 or 10677082. OLE color: 10677082.
HSL color Cylindrical-coordinate representation of color #5AEBA2: hue angle of 149.79º 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 #5AEBA2 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 235 | 162 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.08 |
| HSL | 149.79º | 0.78% | 0.64% | - |
| HSV(B) | 149.79º | 0.62% | 0.92% | - |
| XYZ | 40.45 | 64.2 | 44.44 | - |
| YUV | 183.32 | 115.96 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 235 | 162 | 0.62 | 0 | 0.31 | 0.08 | 149.79 | 0.78 | 0.64 |
| Hex | 5A | EB | A2 | 3E | 0 | 1F | 8 | 96 | 4E | 40 |
| Octal | 132 | 353 | 242 | 76 | 0 | 37 | 10 | 226 | 116 | 100 |
| Binary | 1011010 | 11101011 | 10100010 | 111110 | 0 | 11111 | 1000 | 10010110 | 1001110 | 1000000 |
Color Harmonies of #5AEBA2
Complementary color
Monochromatic Colors of #5AEBA2
Black with #5AEBA2
Text Example
Text Example
White with #5AEBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEBA2; }
p { color: rgb(90,235,162); }
H1.HeaderClassName
{
color: #5AEBA2;
}
.AnyTagClassName
{
color: #5AEBA2;
}
</style>
background-color css
<style>
a { background-color: #5AEBA2; }
a { background-color: rgb(90,235,162); }
div.DivClassName
{
background-color: #5AEBA2;
}
.BgClassName
{
background-color: #5AEBA2;
}
</style>
border-color css
<style>
span { border-color: #5AEBA2; }
span { border-color: rgb(90,235,162); }
td.TdClassName
{
border-color: #5AEBA2;
}
.TagClassName
{
border-color: #5AEBA2;
}
</style>