Html Css Color HEX #50E59A Medium Aquamarine

📋 copy color: '#50E59A'

red 80 ◦ green 229 ◦ blue 154

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

Shades of Medium Aquamarine #50E59A

Tints of Medium Aquamarine #50E59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 17.28%
G = 49.46%
B = 33.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#50E59A (or 0x50E59A) is known color: Medium Aquamarine. HEX triplet: 50, E5 and 9A. RGB value is (80,229,154). Sum of RGB (Red+Green+Blue) = 80+229+154=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #50E59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E59A is #AF1A65. Grayscale: #B0B0B0. Windows color (decimal): -11475558 or 10151248. OLE color: 10151248.

HSL color Cylindrical-coordinate representation of color #50E59A: hue angle of 149.8º 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 #50E59A is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 229 154 -
CMYK 0.65 0 0.33 0.10
HSL 149.8º 0.74% 0.61% -
HSV(B) 149.8º 0.65% 0.9% -
XYZ 37.16 60.08 40.21 -
YUV 175.9 115.64 59.6 -
System Red Green Blue C M Y K H S L
Decimal 80 229 154 0.65 0 0.33 0.10 149.8 0.74 0.61
Hex 50 E5 9A 41 0 21 A 96 4A 3D
Octal 120 345 232 101 0 41 12 226 112 75
Binary 1010000 11100101 10011010 1000001 0 100001 1010 10010110 1001010 111101

Color Harmonies of #50E59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E59A

Black with #50E59A

Text Example


Text Example

White with #50E59A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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