#55BD7B

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

Shades of Emerald #55BD7B

Tints of Emerald #55BD7B

Color information

#55BD7B (or 0x55BD7B) is unknown color: approx Emerald. HEX triplet: 55, BD and 7B. RGB value is (85,189,123). Sum of RGB (Red+Green+Blue) = 85+189+123=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD7B is #AA4284. Grayscale: #969696. Windows color (decimal): -11158149 or 8109397. OLE color: 8109397.

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

Color convert

RGB85189123-
CMYK0.5500.350.26
HSL141.92º44.07%53.73%-
HSV(B)141.92º55.03%74.12%-
XYZ25.5239.7625.07-
YUV150.38112.5481.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 189 (74.22% from 255) = 47.61%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=21.41%
G=47.61%
B=30.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851891230.5500.350.26141.9244.0753.73
Hex55BD7B370231A8e2c36
Octal12527517367043322165466
Binary101010110111101111101111011101000111101010001110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,189,123); }

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

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

 a { background-color: rgb(85,189,123); }

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

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

 span { border-color: rgb(85,189,123); }

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