Shades of Emerald #55C173
Tints of Emerald #55C173
RGB
CMYK
RGB Variations
Color information
#55C173 (or 0x55C173) is known color: Emerald. HEX triplet: 55, C1 and 73. RGB value is (85,193,115). Sum of RGB (Red+Green+Blue) = 85+193+115=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #55C173 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C173 is #AA3E8C. Grayscale: #989898. Windows color (decimal): -11157133 or 7586133. OLE color: 7586133.
HSL color Cylindrical-coordinate representation of color #55C173: hue angle of 136.67º 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 #55C173 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 115 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.24 |
| HSL | 136.67º | 0.47% | 0.55% | - |
| HSV(B) | 136.67º | 0.56% | 0.76% | - |
| XYZ | 25.91 | 41.31 | 22.83 | - |
| YUV | 151.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 115 | 0.56 | 0 | 0.40 | 0.24 | 136.67 | 0.47 | 0.55 |
| Hex | 55 | C1 | 73 | 38 | 0 | 28 | 18 | 89 | 2F | 37 |
| Octal | 125 | 301 | 163 | 70 | 0 | 50 | 30 | 211 | 57 | 67 |
| Binary | 1010101 | 11000001 | 1110011 | 111000 | 0 | 101000 | 11000 | 10001001 | 101111 | 110111 |
Color Harmonies of #55C173
Complementary color
Monochromatic Colors of #55C173
Black with #55C173
Text Example
Text Example
White with #55C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C173; }
p { color: rgb(85,193,115); }
H1.HeaderClassName
{
color: #55C173;
}
.AnyTagClassName
{
color: #55C173;
}
</style>
background-color css
<style>
a { background-color: #55C173; }
a { background-color: rgb(85,193,115); }
div.DivClassName
{
background-color: #55C173;
}
.BgClassName
{
background-color: #55C173;
}
</style>
border-color css
<style>
span { border-color: #55C173; }
span { border-color: rgb(85,193,115); }
td.TdClassName
{
border-color: #55C173;
}
.TagClassName
{
border-color: #55C173;
}
</style>