Shades of Emerald #55B97B
Tints of Emerald #55B97B
RGB
CMYK
RGB Variations
Color information
#55B97B (or 0x55B97B) is known color: Emerald. HEX triplet: 55, B9 and 7B. RGB value is (85,185,123). Sum of RGB (Red+Green+Blue) = 85+185+123=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #55B97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B97B is #AA4684. Grayscale: #949494. Windows color (decimal): -11159173 or 8108373. OLE color: 8108373.
HSL color Cylindrical-coordinate representation of color #55B97B: hue angle of 142.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B97B is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 185 | 123 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.27 |
| HSL | 142.8º | 0.42% | 0.53% | - |
| HSV(B) | 142.8º | 0.54% | 0.73% | - |
| XYZ | 24.67 | 38.06 | 24.78 | - |
| YUV | 148.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 185 | 123 | 0.54 | 0 | 0.34 | 0.27 | 142.8 | 0.42 | 0.53 |
| Hex | 55 | B9 | 7B | 36 | 0 | 22 | 1B | 8F | 2A | 35 |
| Octal | 125 | 271 | 173 | 66 | 0 | 42 | 33 | 217 | 52 | 65 |
| Binary | 1010101 | 10111001 | 1111011 | 110110 | 0 | 100010 | 11011 | 10001111 | 101010 | 110101 |
Color Harmonies of #55B97B
Complementary color
Monochromatic Colors of #55B97B
Black with #55B97B
Text Example
Text Example
White with #55B97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B97B; }
p { color: rgb(85,185,123); }
H1.HeaderClassName
{
color: #55B97B;
}
.AnyTagClassName
{
color: #55B97B;
}
</style>
background-color css
<style>
a { background-color: #55B97B; }
a { background-color: rgb(85,185,123); }
div.DivClassName
{
background-color: #55B97B;
}
.BgClassName
{
background-color: #55B97B;
}
</style>
border-color css
<style>
span { border-color: #55B97B; }
span { border-color: rgb(85,185,123); }
td.TdClassName
{
border-color: #55B97B;
}
.TagClassName
{
border-color: #55B97B;
}
</style>