Shades of Medium Aquamarine #5AE5A3
Tints of Medium Aquamarine #5AE5A3
RGB
CMYK
RGB Variations
Color information
#5AE5A3 (or 0x5AE5A3) is known color: Medium Aquamarine. HEX triplet: 5A, E5 and A3. RGB value is (90,229,163). Sum of RGB (Red+Green+Blue) = 90+229+163=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE5A3 is #A51A5C. Grayscale: #B4B4B4. Windows color (decimal): -10820189 or 10741082. OLE color: 10741082.
HSL color Cylindrical-coordinate representation of color #5AE5A3: hue angle of 151.51º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE5A3 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 163 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.10 |
| HSL | 151.51º | 0.73% | 0.63% | - |
| HSV(B) | 151.51º | 0.61% | 0.9% | - |
| XYZ | 38.85 | 60.86 | 44.35 | - |
| YUV | 179.92 | 118.45 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 163 | 0.61 | 0 | 0.29 | 0.10 | 151.51 | 0.73 | 0.63 |
| Hex | 5A | E5 | A3 | 3D | 0 | 1D | A | 98 | 49 | 3F |
| Octal | 132 | 345 | 243 | 75 | 0 | 35 | 12 | 230 | 111 | 77 |
| Binary | 1011010 | 11100101 | 10100011 | 111101 | 0 | 11101 | 1010 | 10011000 | 1001001 | 111111 |
Color Harmonies of #5AE5A3
Complementary color
Monochromatic Colors of #5AE5A3
Black with #5AE5A3
Text Example
Text Example
White with #5AE5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE5A3; }
p { color: rgb(90,229,163); }
H1.HeaderClassName
{
color: #5AE5A3;
}
.AnyTagClassName
{
color: #5AE5A3;
}
</style>
background-color css
<style>
a { background-color: #5AE5A3; }
a { background-color: rgb(90,229,163); }
div.DivClassName
{
background-color: #5AE5A3;
}
.BgClassName
{
background-color: #5AE5A3;
}
</style>
border-color css
<style>
span { border-color: #5AE5A3; }
span { border-color: rgb(90,229,163); }
td.TdClassName
{
border-color: #5AE5A3;
}
.TagClassName
{
border-color: #5AE5A3;
}
</style>