Shades of Medium Aquamarine #5AFAA1
Tints of Medium Aquamarine #5AFAA1
RGB
CMYK
RGB Variations
Color information
#5AFAA1 (or 0x5AFAA1) is known color: Medium Aquamarine. HEX triplet: 5A, FA and A1. RGB value is (90,250,161). Sum of RGB (Red+Green+Blue) = 90+250+161=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFAA1 is #A5055E. Grayscale: #C0C0C0. Windows color (decimal): -10814815 or 10615386. OLE color: 10615386.
HSL color Cylindrical-coordinate representation of color #5AFAA1: hue angle of 146.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFAA1 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 161 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.02 |
| HSL | 146.63º | 0.94% | 0.67% | - |
| HSV(B) | 146.63º | 0.64% | 0.98% | - |
| XYZ | 44.84 | 73.12 | 45.47 | - |
| YUV | 192.01 | 110.49 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 161 | 0.64 | 0 | 0.36 | 0.02 | 146.63 | 0.94 | 0.67 |
| Hex | 5A | FA | A1 | 40 | 0 | 24 | 2 | 93 | 5E | 43 |
| Octal | 132 | 372 | 241 | 100 | 0 | 44 | 2 | 223 | 136 | 103 |
| Binary | 1011010 | 11111010 | 10100001 | 1000000 | 0 | 100100 | 10 | 10010011 | 1011110 | 1000011 |
Color Harmonies of #5AFAA1
Complementary color
Monochromatic Colors of #5AFAA1
Black with #5AFAA1
Text Example
Text Example
White with #5AFAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFAA1; }
p { color: rgb(90,250,161); }
H1.HeaderClassName
{
color: #5AFAA1;
}
.AnyTagClassName
{
color: #5AFAA1;
}
</style>
background-color css
<style>
a { background-color: #5AFAA1; }
a { background-color: rgb(90,250,161); }
div.DivClassName
{
background-color: #5AFAA1;
}
.BgClassName
{
background-color: #5AFAA1;
}
</style>
border-color css
<style>
span { border-color: #5AFAA1; }
span { border-color: rgb(90,250,161); }
td.TdClassName
{
border-color: #5AFAA1;
}
.TagClassName
{
border-color: #5AFAA1;
}
</style>