#55C986

Color #55C986 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #55C986

Tints of Emerald #55C986

Color information

#55C986 (or 0x55C986) is unknown color: approx Emerald. HEX triplet: 55, C9 and 86. RGB value is (85,201,134). Sum of RGB (Red+Green+Blue) = 85+201+134=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #55C986 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C986 is #AA3679. Grayscale: #9E9E9E. Windows color (decimal): -11155066 or 8833365. OLE color: 8833365.

HSL color Cylindrical-coordinate representation of color #55C986: hue angle of 145.34º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C986 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB85201134-
CMYK0.5800.330.21
HSL145.34º51.79%56.08%-
HSV(B)145.34º57.71%78.82%-
XYZ28.9445.4329.8-
YUV158.68114.0775.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 20.24%
GREEN value IS 201 (78.91% from 255) = 47.86%
BLUE value IS 134 (52.73% from 255) = 31.90%
R=20.24%
G=47.86%
B=31.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852011340.5800.330.21145.3451.7956.08
Hex55C9863A02115913438
Octal12531120672041252216470
Binary1010101110010011000011011101001000011010110010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C986; }

 p { color: rgb(85,201,134); }

 H1.HeaderClassName
 {
   color: #55C986;
 }
 .AnyTagClassName
 {
   color: #55C986;
 }
</style>
background-color css

<style>
 a { background-color: #55C986; }

 a { background-color: rgb(85,201,134); }

 div.DivClassName
 {
   background-color: #55C986;
 }
 .BgClassName
 {
   background-color: #55C986;
 }
</style>
border-color css

<style>
 span { border-color: #55C986; }

 span { border-color: rgb(85,201,134); }

 td.TdClassName
 {
   border-color: #55C986;
 }
 .TagClassName
 {
   border-color: #55C986;
 }
</style>