#55BC70

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

Shades of Emerald #55BC70

Tints of Emerald #55BC70

Color information

#55BC70 (or 0x55BC70) is unknown color: approx Emerald. HEX triplet: 55, BC and 70. RGB value is (85,188,112). Sum of RGB (Red+Green+Blue) = 85+188+112=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC70 is #AA438F. Grayscale: #949494. Windows color (decimal): -11158416 or 7388245. OLE color: 7388245.

HSL color Cylindrical-coordinate representation of color #55BC70: hue angle of 135.73º 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 #55BC70 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB85188112-
CMYK0.5500.400.26
HSL135.73º43.46%53.53%-
HSV(B)135.73º54.79%73.73%-
XYZ24.6539.0721.57-
YUV148.54107.3882.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 188 (73.83% from 255) = 48.83%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=22.08%
G=48.83%
B=29.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881120.5500.400.26135.7343.4653.53
Hex55BC70370281A882b36
Octal12527416067050322105366
Binary101010110111100111000011011101010001101010001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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