Html Css Color HEX #50C988 Emerald

📋 copy color: '#50C988'

red 80 ◦ green 201 ◦ blue 136

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

Shades of Emerald #50C988

Tints of Emerald #50C988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.2%

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 19.18%
G = 48.2%
B = 32.61%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#50C988 (or 0x50C988) is known color: Emerald. HEX triplet: 50, C9 and 88. RGB value is (80,201,136). Sum of RGB (Red+Green+Blue) = 80+201+136=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #50C988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C988 is #AF3677. Grayscale: #9D9D9D. Windows color (decimal): -11482744 or 8964432. OLE color: 8964432.

HSL color Cylindrical-coordinate representation of color #50C988: hue angle of 147.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C988 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 136 -
CMYK 0.60 0 0.32 0.21
HSL 147.77º 0.53% 0.55% -
HSV(B) 147.77º 0.6% 0.79% -
XYZ 28.64 45.26 30.52 -
YUV 157.41 115.91 72.79 -
System Red Green Blue C M Y K H S L
Decimal 80 201 136 0.60 0 0.32 0.21 147.77 0.53 0.55
Hex 50 C9 88 3C 0 20 15 94 35 37
Octal 120 311 210 74 0 40 25 224 65 67
Binary 1010000 11001001 10001000 111100 0 100000 10101 10010100 110101 110111

Color Harmonies of #50C988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C988

Black with #50C988

Text Example


Text Example

White with #50C988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,201,136); }

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

background-color css

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

 a { background-color: rgb(80,201,136); }

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

border-color css

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

 span { border-color: rgb(80,201,136); }

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