Shades of Emerald #55C684
Tints of Emerald #55C684
RGB
CMYK
RGB Variations
Color information
#55C684 (or 0x55C684) is known color: Emerald. HEX triplet: 55, C6 and 84. RGB value is (85,198,132). Sum of RGB (Red+Green+Blue) = 85+198+132=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #55C684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C684 is #AA397B. Grayscale: #9C9C9C. Windows color (decimal): -11155836 or 8701525. OLE color: 8701525.
HSL color Cylindrical-coordinate representation of color #55C684: hue angle of 144.96º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C684 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 132 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.22 |
| HSL | 144.96º | 0.5% | 0.55% | - |
| HSV(B) | 144.96º | 0.57% | 0.78% | - |
| XYZ | 28.11 | 43.99 | 28.84 | - |
| YUV | 156.69 | 114.06 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 132 | 0.57 | 0 | 0.33 | 0.22 | 144.96 | 0.5 | 0.55 |
| Hex | 55 | C6 | 84 | 39 | 0 | 21 | 16 | 91 | 32 | 37 |
| Octal | 125 | 306 | 204 | 71 | 0 | 41 | 26 | 221 | 62 | 67 |
| Binary | 1010101 | 11000110 | 10000100 | 111001 | 0 | 100001 | 10110 | 10010001 | 110010 | 110111 |
Color Harmonies of #55C684
Complementary color
Monochromatic Colors of #55C684
Black with #55C684
Text Example
Text Example
White with #55C684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C684; }
p { color: rgb(85,198,132); }
H1.HeaderClassName
{
color: #55C684;
}
.AnyTagClassName
{
color: #55C684;
}
</style>
background-color css
<style>
a { background-color: #55C684; }
a { background-color: rgb(85,198,132); }
div.DivClassName
{
background-color: #55C684;
}
.BgClassName
{
background-color: #55C684;
}
</style>
border-color css
<style>
span { border-color: #55C684; }
span { border-color: rgb(85,198,132); }
td.TdClassName
{
border-color: #55C684;
}
.TagClassName
{
border-color: #55C684;
}
</style>