Shades of Emerald #5AB97B
Tints of Emerald #5AB97B
RGB
CMYK
RGB Variations
Color information
#5AB97B (or 0x5AB97B) is known color: Emerald. HEX triplet: 5A, B9 and 7B. RGB value is (90,185,123). Sum of RGB (Red+Green+Blue) = 90+185+123=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB97B is #A54684. Grayscale: #959595. Windows color (decimal): -10831493 or 8108378. OLE color: 8108378.
HSL color Cylindrical-coordinate representation of color #5AB97B: hue angle of 140.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB97B is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 123 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.27 |
| HSL | 140.84º | 0.4% | 0.54% | - |
| HSV(B) | 140.84º | 0.51% | 0.73% | - |
| XYZ | 25.14 | 38.3 | 24.81 | - |
| YUV | 149.53 | 113.03 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 123 | 0.51 | 0 | 0.34 | 0.27 | 140.84 | 0.4 | 0.54 |
| Hex | 5A | B9 | 7B | 33 | 0 | 22 | 1B | 8D | 28 | 36 |
| Octal | 132 | 271 | 173 | 63 | 0 | 42 | 33 | 215 | 50 | 66 |
| Binary | 1011010 | 10111001 | 1111011 | 110011 | 0 | 100010 | 11011 | 10001101 | 101000 | 110110 |
Color Harmonies of #5AB97B
Complementary color
Monochromatic Colors of #5AB97B
Black with #5AB97B
Text Example
Text Example
White with #5AB97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB97B; }
p { color: rgb(90,185,123); }
H1.HeaderClassName
{
color: #5AB97B;
}
.AnyTagClassName
{
color: #5AB97B;
}
</style>
background-color css
<style>
a { background-color: #5AB97B; }
a { background-color: rgb(90,185,123); }
div.DivClassName
{
background-color: #5AB97B;
}
.BgClassName
{
background-color: #5AB97B;
}
</style>
border-color css
<style>
span { border-color: #5AB97B; }
span { border-color: rgb(90,185,123); }
td.TdClassName
{
border-color: #5AB97B;
}
.TagClassName
{
border-color: #5AB97B;
}
</style>