Html Css Color HEX #50CA88 Emerald

📋 copy color: '#50CA88'

red 80 ◦ green 202 ◦ blue 136

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

Shades of Emerald #50CA88

Tints of Emerald #50CA88

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.33%

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

R = 19.14%
G = 48.33%
B = 32.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#50CA88 (or 0x50CA88) is known color: Emerald. HEX triplet: 50, CA and 88. RGB value is (80,202,136). Sum of RGB (Red+Green+Blue) = 80+202+136=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA88 is #AF3577. Grayscale: #9E9E9E. Windows color (decimal): -11482488 or 8964688. OLE color: 8964688.

HSL color Cylindrical-coordinate representation of color #50CA88: hue angle of 147.54º degrees, saturation: 0.54, 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 #50CA88 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 136 -
CMYK 0.60 0 0.33 0.21
HSL 147.54º 0.54% 0.55% -
HSV(B) 147.54º 0.6% 0.79% -
XYZ 28.87 45.72 30.6 -
YUV 158 115.58 72.37 -
System Red Green Blue C M Y K H S L
Decimal 80 202 136 0.60 0 0.33 0.21 147.54 0.54 0.55
Hex 50 CA 88 3C 0 21 15 94 36 37
Octal 120 312 210 74 0 41 25 224 66 67
Binary 1010000 11001010 10001000 111100 0 100001 10101 10010100 110110 110111

Color Harmonies of #50CA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA88

Black with #50CA88

Text Example


Text Example

White with #50CA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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