Shades of Emerald #55C184
Tints of Emerald #55C184
RGB
CMYK
RGB Variations
Color information
#55C184 (or 0x55C184) is known color: Emerald. HEX triplet: 55, C1 and 84. RGB value is (85,193,132). Sum of RGB (Red+Green+Blue) = 85+193+132=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #55C184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C184 is #AA3E7B. Grayscale: #999999. Windows color (decimal): -11157116 or 8700245. OLE color: 8700245.
HSL color Cylindrical-coordinate representation of color #55C184: hue angle of 146.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C184 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 132 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.24 |
| HSL | 146.11º | 0.47% | 0.55% | - |
| HSV(B) | 146.11º | 0.56% | 0.76% | - |
| XYZ | 26.98 | 41.74 | 28.46 | - |
| YUV | 153.75 | 115.72 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 132 | 0.56 | 0 | 0.32 | 0.24 | 146.11 | 0.47 | 0.55 |
| Hex | 55 | C1 | 84 | 38 | 0 | 20 | 18 | 92 | 2F | 37 |
| Octal | 125 | 301 | 204 | 70 | 0 | 40 | 30 | 222 | 57 | 67 |
| Binary | 1010101 | 11000001 | 10000100 | 111000 | 0 | 100000 | 11000 | 10010010 | 101111 | 110111 |
Color Harmonies of #55C184
Complementary color
Monochromatic Colors of #55C184
Black with #55C184
Text Example
Text Example
White with #55C184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C184; }
p { color: rgb(85,193,132); }
H1.HeaderClassName
{
color: #55C184;
}
.AnyTagClassName
{
color: #55C184;
}
</style>
background-color css
<style>
a { background-color: #55C184; }
a { background-color: rgb(85,193,132); }
div.DivClassName
{
background-color: #55C184;
}
.BgClassName
{
background-color: #55C184;
}
</style>
border-color css
<style>
span { border-color: #55C184; }
span { border-color: rgb(85,193,132); }
td.TdClassName
{
border-color: #55C184;
}
.TagClassName
{
border-color: #55C184;
}
</style>