Shades of Medium Aquamarine #5AFAA9
Tints of Medium Aquamarine #5AFAA9
RGB
CMYK
RGB Variations
Color information
#5AFAA9 (or 0x5AFAA9) is known color: Medium Aquamarine. HEX triplet: 5A, FA and A9. RGB value is (90,250,169). Sum of RGB (Red+Green+Blue) = 90+250+169=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #5AFAA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFAA9 is #A50556. Grayscale: #C1C1C1. Windows color (decimal): -10814807 or 11139674. OLE color: 11139674.
HSL color Cylindrical-coordinate representation of color #5AFAA9: hue angle of 149.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 #5AFAA9 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 250 | 169 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.02 |
| HSL | 149.63º | 0.94% | 0.67% | - |
| HSV(B) | 149.63º | 0.64% | 0.98% | - |
| XYZ | 45.56 | 73.41 | 49.3 | - |
| YUV | 192.93 | 114.49 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 250 | 169 | 0.64 | 0 | 0.32 | 0.02 | 149.63 | 0.94 | 0.67 |
| Hex | 5A | FA | A9 | 40 | 0 | 20 | 2 | 96 | 5E | 43 |
| Octal | 132 | 372 | 251 | 100 | 0 | 40 | 2 | 226 | 136 | 103 |
| Binary | 1011010 | 11111010 | 10101001 | 1000000 | 0 | 100000 | 10 | 10010110 | 1011110 | 1000011 |
Color Harmonies of #5AFAA9
Complementary color
Monochromatic Colors of #5AFAA9
Black with #5AFAA9
Text Example
Text Example
White with #5AFAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFAA9; }
p { color: rgb(90,250,169); }
H1.HeaderClassName
{
color: #5AFAA9;
}
.AnyTagClassName
{
color: #5AFAA9;
}
</style>
background-color css
<style>
a { background-color: #5AFAA9; }
a { background-color: rgb(90,250,169); }
div.DivClassName
{
background-color: #5AFAA9;
}
.BgClassName
{
background-color: #5AFAA9;
}
</style>
border-color css
<style>
span { border-color: #5AFAA9; }
span { border-color: rgb(90,250,169); }
td.TdClassName
{
border-color: #5AFAA9;
}
.TagClassName
{
border-color: #5AFAA9;
}
</style>