Shades of Medium Aquamarine #5AFBA2
Tints of Medium Aquamarine #5AFBA2
RGB
CMYK
RGB Variations
Color information
#5AFBA2 (or 0x5AFBA2) is known color: Medium Aquamarine. HEX triplet: 5A, FB and A2. RGB value is (90,251,162). Sum of RGB (Red+Green+Blue) = 90+251+162=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFBA2 is #A5045D. Grayscale: #C0C0C0. Windows color (decimal): -10814558 or 10681178. OLE color: 10681178.
HSL color Cylindrical-coordinate representation of color #5AFBA2: hue angle of 146.83º degrees, saturation: 0.95, 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 #5AFBA2 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 162 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.02 |
| HSL | 146.83º | 0.95% | 0.67% | - |
| HSV(B) | 146.83º | 0.64% | 0.98% | - |
| XYZ | 45.24 | 73.78 | 46.04 | - |
| YUV | 192.72 | 110.66 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 162 | 0.64 | 0 | 0.35 | 0.02 | 146.83 | 0.95 | 0.67 |
| Hex | 5A | FB | A2 | 40 | 0 | 23 | 2 | 93 | 5F | 43 |
| Octal | 132 | 373 | 242 | 100 | 0 | 43 | 2 | 223 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10100010 | 1000000 | 0 | 100011 | 10 | 10010011 | 1011111 | 1000011 |
Color Harmonies of #5AFBA2
Complementary color
Monochromatic Colors of #5AFBA2
Black with #5AFBA2
Text Example
Text Example
White with #5AFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBA2; }
p { color: rgb(90,251,162); }
H1.HeaderClassName
{
color: #5AFBA2;
}
.AnyTagClassName
{
color: #5AFBA2;
}
</style>
background-color css
<style>
a { background-color: #5AFBA2; }
a { background-color: rgb(90,251,162); }
div.DivClassName
{
background-color: #5AFBA2;
}
.BgClassName
{
background-color: #5AFBA2;
}
</style>
border-color css
<style>
span { border-color: #5AFBA2; }
span { border-color: rgb(90,251,162); }
td.TdClassName
{
border-color: #5AFBA2;
}
.TagClassName
{
border-color: #5AFBA2;
}
</style>