Shades of Emerald #55BB7B
Tints of Emerald #55BB7B
RGB
CMYK
RGB Variations
Color information
#55BB7B (or 0x55BB7B) is known color: Emerald. HEX triplet: 55, BB and 7B. RGB value is (85,187,123). Sum of RGB (Red+Green+Blue) = 85+187+123=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB7B is #AA4484. Grayscale: #959595. Windows color (decimal): -11158661 or 8108885. OLE color: 8108885.
HSL color Cylindrical-coordinate representation of color #55BB7B: hue angle of 142.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB7B is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 123 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.27 |
| HSL | 142.35º | 0.43% | 0.53% | - |
| HSV(B) | 142.35º | 0.55% | 0.73% | - |
| XYZ | 25.09 | 38.9 | 24.93 | - |
| YUV | 149.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 123 | 0.55 | 0 | 0.34 | 0.27 | 142.35 | 0.43 | 0.53 |
| Hex | 55 | BB | 7B | 37 | 0 | 22 | 1B | 8E | 2B | 35 |
| Octal | 125 | 273 | 173 | 67 | 0 | 42 | 33 | 216 | 53 | 65 |
| Binary | 1010101 | 10111011 | 1111011 | 110111 | 0 | 100010 | 11011 | 10001110 | 101011 | 110101 |
Color Harmonies of #55BB7B
Complementary color
Monochromatic Colors of #55BB7B
Black with #55BB7B
Text Example
Text Example
White with #55BB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB7B; }
p { color: rgb(85,187,123); }
H1.HeaderClassName
{
color: #55BB7B;
}
.AnyTagClassName
{
color: #55BB7B;
}
</style>
background-color css
<style>
a { background-color: #55BB7B; }
a { background-color: rgb(85,187,123); }
div.DivClassName
{
background-color: #55BB7B;
}
.BgClassName
{
background-color: #55BB7B;
}
</style>
border-color css
<style>
span { border-color: #55BB7B; }
span { border-color: rgb(85,187,123); }
td.TdClassName
{
border-color: #55BB7B;
}
.TagClassName
{
border-color: #55BB7B;
}
</style>