Shades of Emerald #5BBB7B
Tints of Emerald #5BBB7B
RGB
CMYK
RGB Variations
Color information
#5BBB7B (or 0x5BBB7B) is known color: Emerald. HEX triplet: 5B, BB and 7B. RGB value is (91,187,123). Sum of RGB (Red+Green+Blue) = 91+187+123=401 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.69% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBB7B is #A44484. Grayscale: #979797. Windows color (decimal): -10765445 or 8108891. OLE color: 8108891.
HSL color Cylindrical-coordinate representation of color #5BBB7B: hue angle of 140º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBB7B is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 187 | 123 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.27 |
| HSL | 140º | 0.41% | 0.55% | - |
| HSV(B) | 140º | 0.51% | 0.73% | - |
| XYZ | 25.66 | 39.19 | 24.95 | - |
| YUV | 151 | 112.2 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 123 | 0.51 | 0 | 0.34 | 0.27 | 140 | 0.41 | 0.55 |
| Hex | 5B | BB | 7B | 33 | 0 | 22 | 1B | 8C | 29 | 37 |
| Octal | 133 | 273 | 173 | 63 | 0 | 42 | 33 | 214 | 51 | 67 |
| Binary | 1011011 | 10111011 | 1111011 | 110011 | 0 | 100010 | 11011 | 10001100 | 101001 | 110111 |
Color Harmonies of #5BBB7B
Complementary color
Monochromatic Colors of #5BBB7B
Black with #5BBB7B
Text Example
Text Example
White with #5BBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBB7B; }
p { color: rgb(91,187,123); }
H1.HeaderClassName
{
color: #5BBB7B;
}
.AnyTagClassName
{
color: #5BBB7B;
}
</style>
background-color css
<style>
a { background-color: #5BBB7B; }
a { background-color: rgb(91,187,123); }
div.DivClassName
{
background-color: #5BBB7B;
}
.BgClassName
{
background-color: #5BBB7B;
}
</style>
border-color css
<style>
span { border-color: #5BBB7B; }
span { border-color: rgb(91,187,123); }
td.TdClassName
{
border-color: #5BBB7B;
}
.TagClassName
{
border-color: #5BBB7B;
}
</style>