#50BA7B

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

Shades of Emerald #50BA7B

Tints of Emerald #50BA7B

Color information

#50BA7B (or 0x50BA7B) is unknown color: approx Emerald. HEX triplet: 50, BA and 7B. RGB value is (80,186,123). Sum of RGB (Red+Green+Blue) = 80+186+123=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA7B is #AF4584. Grayscale: #939393. Windows color (decimal): -11486597 or 8108624. OLE color: 8108624.

HSL color Cylindrical-coordinate representation of color #50BA7B: hue angle of 144.34º degrees, saturation: 0.43, 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 #50BA7B is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB80186123-
CMYK0.5700.340.27
HSL144.34º43.44%52.16%-
HSV(B)144.34º56.99%72.94%-
XYZ24.4438.2524.83-
YUV147.12114.3880.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.57%
GREEN value IS 186 (73.05% from 255) = 47.81%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=20.57%
G=47.81%
B=31.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801861230.5700.340.27144.3443.4452.16
Hex50BA7B390221B902b34
Octal12027217371042332205364
Binary101000010111010111101111100101000101101110010000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,186,123); }

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

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

 a { background-color: rgb(80,186,123); }

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

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

 span { border-color: rgb(80,186,123); }

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