Shades of Medium Aquamarine #5AFBAA
Tints of Medium Aquamarine #5AFBAA
RGB
CMYK
RGB Variations
Color information
#5AFBAA (or 0x5AFBAA) is known color: Medium Aquamarine. HEX triplet: 5A, FB and AA. RGB value is (90,251,170). Sum of RGB (Red+Green+Blue) = 90+251+170=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFBAA is #A50455. Grayscale: #C1C1C1. Windows color (decimal): -10814550 or 11205466. OLE color: 11205466.
HSL color Cylindrical-coordinate representation of color #5AFBAA: hue angle of 149.81º 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 #5AFBAA is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 170 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.02 |
| HSL | 149.81º | 0.95% | 0.67% | - |
| HSV(B) | 149.81º | 0.64% | 0.98% | - |
| XYZ | 45.97 | 74.07 | 49.9 | - |
| YUV | 193.63 | 114.66 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 170 | 0.64 | 0 | 0.32 | 0.02 | 149.81 | 0.95 | 0.67 |
| Hex | 5A | FB | AA | 40 | 0 | 20 | 2 | 96 | 5F | 43 |
| Octal | 132 | 373 | 252 | 100 | 0 | 40 | 2 | 226 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10101010 | 1000000 | 0 | 100000 | 10 | 10010110 | 1011111 | 1000011 |
Color Harmonies of #5AFBAA
Complementary color
Monochromatic Colors of #5AFBAA
Black with #5AFBAA
Text Example
Text Example
White with #5AFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFBAA; }
p { color: rgb(90,251,170); }
H1.HeaderClassName
{
color: #5AFBAA;
}
.AnyTagClassName
{
color: #5AFBAA;
}
</style>
background-color css
<style>
a { background-color: #5AFBAA; }
a { background-color: rgb(90,251,170); }
div.DivClassName
{
background-color: #5AFBAA;
}
.BgClassName
{
background-color: #5AFBAA;
}
</style>
border-color css
<style>
span { border-color: #5AFBAA; }
span { border-color: rgb(90,251,170); }
td.TdClassName
{
border-color: #5AFBAA;
}
.TagClassName
{
border-color: #5AFBAA;
}
</style>