Shades of Emerald #55C070
Tints of Emerald #55C070
RGB
CMYK
RGB Variations
Color information
#55C070 (or 0x55C070) is known color: Emerald. HEX triplet: 55, C0 and 70. RGB value is (85,192,112). Sum of RGB (Red+Green+Blue) = 85+192+112=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #55C070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C070 is #AA3F8F. Grayscale: #979797. Windows color (decimal): -11157392 or 7389269. OLE color: 7389269.
HSL color Cylindrical-coordinate representation of color #55C070: hue angle of 135.14º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C070 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 112 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.25 |
| HSL | 135.14º | 0.46% | 0.54% | - |
| HSV(B) | 135.14º | 0.56% | 0.75% | - |
| XYZ | 25.52 | 40.8 | 21.86 | - |
| YUV | 150.89 | 106.05 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 112 | 0.56 | 0 | 0.42 | 0.25 | 135.14 | 0.46 | 0.54 |
| Hex | 55 | C0 | 70 | 38 | 0 | 2A | 19 | 87 | 2E | 36 |
| Octal | 125 | 300 | 160 | 70 | 0 | 52 | 31 | 207 | 56 | 66 |
| Binary | 1010101 | 11000000 | 1110000 | 111000 | 0 | 101010 | 11001 | 10000111 | 101110 | 110110 |
Color Harmonies of #55C070
Complementary color
Monochromatic Colors of #55C070
Black with #55C070
Text Example
Text Example
White with #55C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C070; }
p { color: rgb(85,192,112); }
H1.HeaderClassName
{
color: #55C070;
}
.AnyTagClassName
{
color: #55C070;
}
</style>
background-color css
<style>
a { background-color: #55C070; }
a { background-color: rgb(85,192,112); }
div.DivClassName
{
background-color: #55C070;
}
.BgClassName
{
background-color: #55C070;
}
</style>
border-color css
<style>
span { border-color: #55C070; }
span { border-color: rgb(85,192,112); }
td.TdClassName
{
border-color: #55C070;
}
.TagClassName
{
border-color: #55C070;
}
</style>