#50C170

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

Shades of Emerald #50C170

Tints of Emerald #50C170

Color information

#50C170 (or 0x50C170) is unknown color: approx Emerald. HEX triplet: 50, C1 and 70. RGB value is (80,193,112). Sum of RGB (Red+Green+Blue) = 80+193+112=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #50C170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C170 is #AF3E8F. Grayscale: #969696. Windows color (decimal): -11484816 or 7389520. OLE color: 7389520.

HSL color Cylindrical-coordinate representation of color #50C170: hue angle of 136.99º 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 #50C170 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB80193112-
CMYK0.5900.420.24
HSL136.99º47.68%53.53%-
HSV(B)136.99º58.55%75.69%-
XYZ25.341.0221.91-
YUV149.98106.5678.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 193 (75.78% from 255) = 50.13%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=20.78%
G=50.13%
B=29.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801931120.5900.420.24136.9947.6853.53
Hex50C1703B02A18893036
Octal12030116073052302116066
Binary101000011000001111000011101101010101100010001001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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