Shades of Medium Aquamarine #5AFB9D
Tints of Medium Aquamarine #5AFB9D
RGB
CMYK
RGB Variations
Color information
#5AFB9D (or 0x5AFB9D) is known color: Medium Aquamarine. HEX triplet: 5A, FB and 9D. RGB value is (90,251,157). Sum of RGB (Red+Green+Blue) = 90+251+157=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFB9D is #A50462. Grayscale: #C0C0C0. Windows color (decimal): -10814563 or 10353498. OLE color: 10353498.
HSL color Cylindrical-coordinate representation of color #5AFB9D: hue angle of 144.97º 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 #5AFB9D is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 157 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.02 |
| HSL | 144.97º | 0.95% | 0.67% | - |
| HSV(B) | 144.97º | 0.64% | 0.98% | - |
| XYZ | 44.8 | 73.6 | 43.74 | - |
| YUV | 192.15 | 108.16 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 157 | 0.64 | 0 | 0.37 | 0.02 | 144.97 | 0.95 | 0.67 |
| Hex | 5A | FB | 9D | 40 | 0 | 25 | 2 | 91 | 5F | 43 |
| Octal | 132 | 373 | 235 | 100 | 0 | 45 | 2 | 221 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10011101 | 1000000 | 0 | 100101 | 10 | 10010001 | 1011111 | 1000011 |
Color Harmonies of #5AFB9D
Complementary color
Monochromatic Colors of #5AFB9D
Black with #5AFB9D
Text Example
Text Example
White with #5AFB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB9D; }
p { color: rgb(90,251,157); }
H1.HeaderClassName
{
color: #5AFB9D;
}
.AnyTagClassName
{
color: #5AFB9D;
}
</style>
background-color css
<style>
a { background-color: #5AFB9D; }
a { background-color: rgb(90,251,157); }
div.DivClassName
{
background-color: #5AFB9D;
}
.BgClassName
{
background-color: #5AFB9D;
}
</style>
border-color css
<style>
span { border-color: #5AFB9D; }
span { border-color: rgb(90,251,157); }
td.TdClassName
{
border-color: #5AFB9D;
}
.TagClassName
{
border-color: #5AFB9D;
}
</style>