Shades of Emerald #55C080
Tints of Emerald #55C080
RGB
CMYK
RGB Variations
Color information
#55C080 (or 0x55C080) is known color: Emerald. HEX triplet: 55, C0 and 80. RGB value is (85,192,128). Sum of RGB (Red+Green+Blue) = 85+192+128=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #55C080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C080 is #AA3F7F. Grayscale: #989898. Windows color (decimal): -11157376 or 8437845. OLE color: 8437845.
HSL color Cylindrical-coordinate representation of color #55C080: hue angle of 144.11º 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 #55C080 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 128 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.25 |
| HSL | 144.11º | 0.46% | 0.54% | - |
| HSV(B) | 144.11º | 0.56% | 0.75% | - |
| XYZ | 26.49 | 41.19 | 26.98 | - |
| YUV | 152.71 | 114.05 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 128 | 0.56 | 0 | 0.33 | 0.25 | 144.11 | 0.46 | 0.54 |
| Hex | 55 | C0 | 80 | 38 | 0 | 21 | 19 | 90 | 2E | 36 |
| Octal | 125 | 300 | 200 | 70 | 0 | 41 | 31 | 220 | 56 | 66 |
| Binary | 1010101 | 11000000 | 10000000 | 111000 | 0 | 100001 | 11001 | 10010000 | 101110 | 110110 |
Color Harmonies of #55C080
Complementary color
Monochromatic Colors of #55C080
Black with #55C080
Text Example
Text Example
White with #55C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C080; }
p { color: rgb(85,192,128); }
H1.HeaderClassName
{
color: #55C080;
}
.AnyTagClassName
{
color: #55C080;
}
</style>
background-color css
<style>
a { background-color: #55C080; }
a { background-color: rgb(85,192,128); }
div.DivClassName
{
background-color: #55C080;
}
.BgClassName
{
background-color: #55C080;
}
</style>
border-color css
<style>
span { border-color: #55C080; }
span { border-color: rgb(85,192,128); }
td.TdClassName
{
border-color: #55C080;
}
.TagClassName
{
border-color: #55C080;
}
</style>