#55BC7E

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

Shades of Emerald #55BC7E

Tints of Emerald #55BC7E

Color information

#55BC7E (or 0x55BC7E) is unknown color: approx Emerald. HEX triplet: 55, BC and 7E. RGB value is (85,188,126). Sum of RGB (Red+Green+Blue) = 85+188+126=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC7E is #AA4381. Grayscale: #969696. Windows color (decimal): -11158402 or 8305749. OLE color: 8305749.

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

Color convert

RGB85188126-
CMYK0.5500.330.26
HSL143.88º43.46%53.53%-
HSV(B)143.88º54.79%73.73%-
XYZ25.539.426-
YUV150.14114.3881.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 188 (73.83% from 255) = 47.12%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=21.30%
G=47.12%
B=31.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881260.5500.330.26143.8843.4653.53
Hex55BC7E370211A902b36
Octal12527417667041322205366
Binary101010110111100111111011011101000011101010010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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