#50BB7A

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

Shades of Emerald #50BB7A

Tints of Emerald #50BB7A

Color information

#50BB7A (or 0x50BB7A) is unknown color: approx Emerald. HEX triplet: 50, BB and 7A. RGB value is (80,187,122). Sum of RGB (Red+Green+Blue) = 80+187+122=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB7A is #AF4485. Grayscale: #939393. Windows color (decimal): -11486342 or 8043344. OLE color: 8043344.

HSL color Cylindrical-coordinate representation of color #50BB7A: hue angle of 143.55º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB7A is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB80187122-
CMYK0.5700.350.27
HSL143.55º44.03%52.35%-
HSV(B)143.55º57.22%73.33%-
XYZ24.5938.6524.58-
YUV147.6113.5579.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.57%
GREEN value IS 187 (73.44% from 255) = 48.07%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=20.57%
G=48.07%
B=31.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801871220.5700.350.27143.5544.0352.35
Hex50BB7A390231B902c34
Octal12027317271043332205464
Binary101000010111011111101011100101000111101110010000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50BB7A; }

 p { color: rgb(80,187,122); }

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

<style>
 a { background-color: #50BB7A; }

 a { background-color: rgb(80,187,122); }

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

<style>
 span { border-color: #50BB7A; }

 span { border-color: rgb(80,187,122); }

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