Html Css Color HEX #50BC86 Emerald

📋 copy color: '#50BC86'

red 80 ◦ green 188 ◦ blue 134

#50BC86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #50BC86

Tints of Emerald #50BC86

RGB

 RED value IS 80 (31.64% from 255) = 19.9%

 GREEN value IS 188 (73.83% from 255) = 46.77%

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 19.9%
G = 46.77%
B = 33.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#50BC86 (or 0x50BC86) is known color: Emerald. HEX triplet: 50, BC and 86. RGB value is (80,188,134). Sum of RGB (Red+Green+Blue) = 80+188+134=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC86 is #AF4379. Grayscale: #959595. Windows color (decimal): -11486074 or 8830032. OLE color: 8830032.

HSL color Cylindrical-coordinate representation of color #50BC86: hue angle of 150º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC86 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 134 -
CMYK 0.57 0 0.29 0.26
HSL 150º 0.45% 0.53% -
HSV(B) 150º 0.57% 0.74% -
XYZ 25.59 39.39 28.81 -
YUV 149.55 119.22 78.39 -
System Red Green Blue C M Y K H S L
Decimal 80 188 134 0.57 0 0.29 0.26 150 0.45 0.53
Hex 50 BC 86 39 0 1D 1A 96 2D 35
Octal 120 274 206 71 0 35 32 226 55 65
Binary 1010000 10111100 10000110 111001 0 11101 11010 10010110 101101 110101

Color Harmonies of #50BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC86

Black with #50BC86

Text Example


Text Example

White with #50BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,134); }

 H1.HeaderClassName
 {
   color: #50BC86;
 }
 .AnyTagClassName
 {
   color: #50BC86;
 }
</style>

background-color css

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

 a { background-color: rgb(80,188,134); }

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

border-color css

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

 span { border-color: rgb(80,188,134); }

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