Shades of Emerald #5AB778
Tints of Emerald #5AB778
RGB
CMYK
RGB Variations
Color information
#5AB778 (or 0x5AB778) is known color: Emerald. HEX triplet: 5A, B7 and 78. RGB value is (90,183,120). Sum of RGB (Red+Green+Blue) = 90+183+120=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB778 is #A54887. Grayscale: #949494. Windows color (decimal): -10832008 or 7911258. OLE color: 7911258.
HSL color Cylindrical-coordinate representation of color #5AB778: hue angle of 139.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB778 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 120 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.28 |
| HSL | 139.35º | 0.39% | 0.54% | - |
| HSV(B) | 139.35º | 0.51% | 0.72% | - |
| XYZ | 24.54 | 37.4 | 23.69 | - |
| YUV | 148.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 120 | 0.51 | 0 | 0.34 | 0.28 | 139.35 | 0.39 | 0.54 |
| Hex | 5A | B7 | 78 | 33 | 0 | 22 | 1C | 8B | 27 | 36 |
| Octal | 132 | 267 | 170 | 63 | 0 | 42 | 34 | 213 | 47 | 66 |
| Binary | 1011010 | 10110111 | 1111000 | 110011 | 0 | 100010 | 11100 | 10001011 | 100111 | 110110 |
Color Harmonies of #5AB778
Complementary color
Monochromatic Colors of #5AB778
Black with #5AB778
Text Example
Text Example
White with #5AB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB778; }
p { color: rgb(90,183,120); }
H1.HeaderClassName
{
color: #5AB778;
}
.AnyTagClassName
{
color: #5AB778;
}
</style>
background-color css
<style>
a { background-color: #5AB778; }
a { background-color: rgb(90,183,120); }
div.DivClassName
{
background-color: #5AB778;
}
.BgClassName
{
background-color: #5AB778;
}
</style>
border-color css
<style>
span { border-color: #5AB778; }
span { border-color: rgb(90,183,120); }
td.TdClassName
{
border-color: #5AB778;
}
.TagClassName
{
border-color: #5AB778;
}
</style>