Html Css Color HEX #50E59B Medium Aquamarine

📋 copy color: '#50E59B'

red 80 ◦ green 229 ◦ blue 155

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

Shades of Medium Aquamarine #50E59B

Tints of Medium Aquamarine #50E59B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.35%

 BLUE value IS 155 (60.94% from 255) = 33.41%

R = 17.24%
G = 49.35%
B = 33.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#50E59B (or 0x50E59B) is known color: Medium Aquamarine. HEX triplet: 50, E5 and 9B. RGB value is (80,229,155). Sum of RGB (Red+Green+Blue) = 80+229+155=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #50E59B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E59B is #AF1A64. Grayscale: #B0B0B0. Windows color (decimal): -11475557 or 10216784. OLE color: 10216784.

HSL color Cylindrical-coordinate representation of color #50E59B: hue angle of 150.2º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E59B is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 229 155 -
CMYK 0.65 0 0.32 0.10
HSL 150.2º 0.74% 0.61% -
HSV(B) 150.2º 0.65% 0.9% -
XYZ 37.24 60.11 40.65 -
YUV 176.01 116.14 59.52 -
System Red Green Blue C M Y K H S L
Decimal 80 229 155 0.65 0 0.32 0.10 150.2 0.74 0.61
Hex 50 E5 9B 41 0 20 A 96 4A 3D
Octal 120 345 233 101 0 40 12 226 112 75
Binary 1010000 11100101 10011011 1000001 0 100000 1010 10010110 1001010 111101

Color Harmonies of #50E59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E59B

Black with #50E59B

Text Example


Text Example

White with #50E59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,229,155); }

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

background-color css

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

 a { background-color: rgb(80,229,155); }

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

border-color css

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

 span { border-color: rgb(80,229,155); }

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