Shades of Medium Aquamarine #5AFB9E
Tints of Medium Aquamarine #5AFB9E
RGB
CMYK
RGB Variations
Color information
#5AFB9E (or 0x5AFB9E) is known color: Medium Aquamarine. HEX triplet: 5A, FB and 9E. RGB value is (90,251,158). Sum of RGB (Red+Green+Blue) = 90+251+158=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFB9E is #A50461. Grayscale: #C0C0C0. Windows color (decimal): -10814562 or 10419034. OLE color: 10419034.
HSL color Cylindrical-coordinate representation of color #5AFB9E: hue angle of 145.34º 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 #5AFB9E is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 158 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.02 |
| HSL | 145.34º | 0.95% | 0.67% | - |
| HSV(B) | 145.34º | 0.64% | 0.98% | - |
| XYZ | 44.89 | 73.64 | 44.2 | - |
| YUV | 192.26 | 108.66 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 158 | 0.64 | 0 | 0.37 | 0.02 | 145.34 | 0.95 | 0.67 |
| Hex | 5A | FB | 9E | 40 | 0 | 25 | 2 | 91 | 5F | 43 |
| Octal | 132 | 373 | 236 | 100 | 0 | 45 | 2 | 221 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10011110 | 1000000 | 0 | 100101 | 10 | 10010001 | 1011111 | 1000011 |
Color Harmonies of #5AFB9E
Complementary color
Monochromatic Colors of #5AFB9E
Black with #5AFB9E
Text Example
Text Example
White with #5AFB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB9E; }
p { color: rgb(90,251,158); }
H1.HeaderClassName
{
color: #5AFB9E;
}
.AnyTagClassName
{
color: #5AFB9E;
}
</style>
background-color css
<style>
a { background-color: #5AFB9E; }
a { background-color: rgb(90,251,158); }
div.DivClassName
{
background-color: #5AFB9E;
}
.BgClassName
{
background-color: #5AFB9E;
}
</style>
border-color css
<style>
span { border-color: #5AFB9E; }
span { border-color: rgb(90,251,158); }
td.TdClassName
{
border-color: #5AFB9E;
}
.TagClassName
{
border-color: #5AFB9E;
}
</style>