Shades of Emerald #55BB7E
Tints of Emerald #55BB7E
RGB
CMYK
RGB Variations
Color information
#55BB7E (or 0x55BB7E) is known color: Emerald. HEX triplet: 55, BB and 7E. RGB value is (85,187,126). Sum of RGB (Red+Green+Blue) = 85+187+126=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB7E is #AA4481. Grayscale: #959595. Windows color (decimal): -11158658 or 8305493. OLE color: 8305493.
HSL color Cylindrical-coordinate representation of color #55BB7E: hue angle of 144.12º 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 #55BB7E is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 126 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.27 |
| HSL | 144.12º | 0.43% | 0.53% | - |
| HSV(B) | 144.12º | 0.55% | 0.73% | - |
| XYZ | 25.28 | 38.98 | 25.93 | - |
| YUV | 149.55 | 114.71 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 126 | 0.55 | 0 | 0.33 | 0.27 | 144.12 | 0.43 | 0.53 |
| Hex | 55 | BB | 7E | 37 | 0 | 21 | 1B | 90 | 2B | 35 |
| Octal | 125 | 273 | 176 | 67 | 0 | 41 | 33 | 220 | 53 | 65 |
| Binary | 1010101 | 10111011 | 1111110 | 110111 | 0 | 100001 | 11011 | 10010000 | 101011 | 110101 |
Color Harmonies of #55BB7E
Complementary color
Monochromatic Colors of #55BB7E
Black with #55BB7E
Text Example
Text Example
White with #55BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB7E; }
p { color: rgb(85,187,126); }
H1.HeaderClassName
{
color: #55BB7E;
}
.AnyTagClassName
{
color: #55BB7E;
}
</style>
background-color css
<style>
a { background-color: #55BB7E; }
a { background-color: rgb(85,187,126); }
div.DivClassName
{
background-color: #55BB7E;
}
.BgClassName
{
background-color: #55BB7E;
}
</style>
border-color css
<style>
span { border-color: #55BB7E; }
span { border-color: rgb(85,187,126); }
td.TdClassName
{
border-color: #55BB7E;
}
.TagClassName
{
border-color: #55BB7E;
}
</style>