Shades of Medium Aquamarine #5AFB9B
Tints of Medium Aquamarine #5AFB9B
RGB
CMYK
RGB Variations
Color information
#5AFB9B (or 0x5AFB9B) is known color: Medium Aquamarine. HEX triplet: 5A, FB and 9B. RGB value is (90,251,155). Sum of RGB (Red+Green+Blue) = 90+251+155=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFB9B is #A50464. Grayscale: #C0C0C0. Windows color (decimal): -10814565 or 10222426. OLE color: 10222426.
HSL color Cylindrical-coordinate representation of color #5AFB9B: hue angle of 144.22º 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 #5AFB9B is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 155 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.02 |
| HSL | 144.22º | 0.95% | 0.67% | - |
| HSV(B) | 144.22º | 0.64% | 0.98% | - |
| XYZ | 44.63 | 73.53 | 42.85 | - |
| YUV | 191.92 | 107.16 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 155 | 0.64 | 0 | 0.38 | 0.02 | 144.22 | 0.95 | 0.67 |
| Hex | 5A | FB | 9B | 40 | 0 | 26 | 2 | 90 | 5F | 43 |
| Octal | 132 | 373 | 233 | 100 | 0 | 46 | 2 | 220 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10011011 | 1000000 | 0 | 100110 | 10 | 10010000 | 1011111 | 1000011 |
Color Harmonies of #5AFB9B
Complementary color
Monochromatic Colors of #5AFB9B
Black with #5AFB9B
Text Example
Text Example
White with #5AFB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB9B; }
p { color: rgb(90,251,155); }
H1.HeaderClassName
{
color: #5AFB9B;
}
.AnyTagClassName
{
color: #5AFB9B;
}
</style>
background-color css
<style>
a { background-color: #5AFB9B; }
a { background-color: rgb(90,251,155); }
div.DivClassName
{
background-color: #5AFB9B;
}
.BgClassName
{
background-color: #5AFB9B;
}
</style>
border-color css
<style>
span { border-color: #5AFB9B; }
span { border-color: rgb(90,251,155); }
td.TdClassName
{
border-color: #5AFB9B;
}
.TagClassName
{
border-color: #5AFB9B;
}
</style>