Shades of Emerald #5ABE7B
Tints of Emerald #5ABE7B
RGB
CMYK
RGB Variations
Color information
#5ABE7B (or 0x5ABE7B) is known color: Emerald. HEX triplet: 5A, BE and 7B. RGB value is (90,190,123). Sum of RGB (Red+Green+Blue) = 90+190+123=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABE7B is #A54184. Grayscale: #989898. Windows color (decimal): -10830213 or 8109658. OLE color: 8109658.
HSL color Cylindrical-coordinate representation of color #5ABE7B: hue angle of 139.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABE7B is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 123 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.25 |
| HSL | 139.8º | 0.43% | 0.55% | - |
| HSV(B) | 139.8º | 0.53% | 0.75% | - |
| XYZ | 26.21 | 40.43 | 25.16 | - |
| YUV | 152.46 | 111.37 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 123 | 0.53 | 0 | 0.35 | 0.25 | 139.8 | 0.43 | 0.55 |
| Hex | 5A | BE | 7B | 35 | 0 | 23 | 19 | 8C | 2B | 37 |
| Octal | 132 | 276 | 173 | 65 | 0 | 43 | 31 | 214 | 53 | 67 |
| Binary | 1011010 | 10111110 | 1111011 | 110101 | 0 | 100011 | 11001 | 10001100 | 101011 | 110111 |
Color Harmonies of #5ABE7B
Complementary color
Monochromatic Colors of #5ABE7B
Black with #5ABE7B
Text Example
Text Example
White with #5ABE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABE7B; }
p { color: rgb(90,190,123); }
H1.HeaderClassName
{
color: #5ABE7B;
}
.AnyTagClassName
{
color: #5ABE7B;
}
</style>
background-color css
<style>
a { background-color: #5ABE7B; }
a { background-color: rgb(90,190,123); }
div.DivClassName
{
background-color: #5ABE7B;
}
.BgClassName
{
background-color: #5ABE7B;
}
</style>
border-color css
<style>
span { border-color: #5ABE7B; }
span { border-color: rgb(90,190,123); }
td.TdClassName
{
border-color: #5ABE7B;
}
.TagClassName
{
border-color: #5ABE7B;
}
</style>