#50C180

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

Shades of Emerald #50C180

Tints of Emerald #50C180

Color information

#50C180 (or 0x50C180) is unknown color: approx Emerald. HEX triplet: 50, C1 and 80. RGB value is (80,193,128). Sum of RGB (Red+Green+Blue) = 80+193+128=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #50C180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C180 is #AF3E7F. Grayscale: #979797. Windows color (decimal): -11484800 or 8438096. OLE color: 8438096.

HSL color Cylindrical-coordinate representation of color #50C180: hue angle of 145.49º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C180 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB80193128-
CMYK0.5900.340.24
HSL145.49º47.68%53.53%-
HSV(B)145.49º58.55%75.69%-
XYZ26.2741.427.03-
YUV151.8114.5676.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.95%
GREEN value IS 193 (75.78% from 255) = 48.13%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=19.95%
G=48.13%
B=31.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801931280.5900.340.24145.4947.6853.53
Hex50C1803B02218913036
Octal12030120073042302216066
Binary1010000110000011000000011101101000101100010010001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,193,128); }

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

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

 a { background-color: rgb(80,193,128); }

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

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

 span { border-color: rgb(80,193,128); }

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