#55BC73

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

Shades of Emerald #55BC73

Tints of Emerald #55BC73

Color information

#55BC73 (or 0x55BC73) is unknown color: approx Emerald. HEX triplet: 55, BC and 73. RGB value is (85,188,115). Sum of RGB (Red+Green+Blue) = 85+188+115=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC73 is #AA438C. Grayscale: #959595. Windows color (decimal): -11158413 or 7584853. OLE color: 7584853.

HSL color Cylindrical-coordinate representation of color #55BC73: hue angle of 137.48º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC73 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB85188115-
CMYK0.5500.390.26
HSL137.48º43.46%53.53%-
HSV(B)137.48º54.79%73.73%-
XYZ24.8239.1422.47-
YUV148.88108.8882.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 188 (73.83% from 255) = 48.45%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=21.91%
G=48.45%
B=29.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881150.5500.390.26137.4843.4653.53
Hex55BC73370271A892b36
Octal12527416367047322115366
Binary101010110111100111001111011101001111101010001001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,115); }

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

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

 a { background-color: rgb(85,188,115); }

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

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

 span { border-color: rgb(85,188,115); }

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