Shades of Emerald #5ABC7B
Tints of Emerald #5ABC7B
RGB
CMYK
RGB Variations
Color information
#5ABC7B (or 0x5ABC7B) is known color: Emerald. HEX triplet: 5A, BC and 7B. RGB value is (90,188,123). Sum of RGB (Red+Green+Blue) = 90+188+123=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC7B is #A54384. Grayscale: #979797. Windows color (decimal): -10830725 or 8109146. OLE color: 8109146.
HSL color Cylindrical-coordinate representation of color #5ABC7B: hue angle of 140.2º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC7B is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 123 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.26 |
| HSL | 140.2º | 0.42% | 0.55% | - |
| HSV(B) | 140.2º | 0.52% | 0.74% | - |
| XYZ | 25.77 | 39.57 | 25.02 | - |
| YUV | 151.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 123 | 0.52 | 0 | 0.35 | 0.26 | 140.2 | 0.42 | 0.55 |
| Hex | 5A | BC | 7B | 34 | 0 | 23 | 1A | 8C | 2A | 37 |
| Octal | 132 | 274 | 173 | 64 | 0 | 43 | 32 | 214 | 52 | 67 |
| Binary | 1011010 | 10111100 | 1111011 | 110100 | 0 | 100011 | 11010 | 10001100 | 101010 | 110111 |
Color Harmonies of #5ABC7B
Complementary color
Monochromatic Colors of #5ABC7B
Black with #5ABC7B
Text Example
Text Example
White with #5ABC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC7B; }
p { color: rgb(90,188,123); }
H1.HeaderClassName
{
color: #5ABC7B;
}
.AnyTagClassName
{
color: #5ABC7B;
}
</style>
background-color css
<style>
a { background-color: #5ABC7B; }
a { background-color: rgb(90,188,123); }
div.DivClassName
{
background-color: #5ABC7B;
}
.BgClassName
{
background-color: #5ABC7B;
}
</style>
border-color css
<style>
span { border-color: #5ABC7B; }
span { border-color: rgb(90,188,123); }
td.TdClassName
{
border-color: #5ABC7B;
}
.TagClassName
{
border-color: #5ABC7B;
}
</style>