Html Css Color HEX #50EB9C Medium Aquamarine

📋 copy color: '#50EB9C'

red 80 ◦ green 235 ◦ blue 156

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

Shades of Medium Aquamarine #50EB9C

Tints of Medium Aquamarine #50EB9C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.89%

 BLUE value IS 156 (61.33% from 255) = 33.12%

R = 16.99%
G = 49.89%
B = 33.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#50EB9C (or 0x50EB9C) is known color: Medium Aquamarine. HEX triplet: 50, EB and 9C. RGB value is (80,235,156). Sum of RGB (Red+Green+Blue) = 80+235+156=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EB9C is #AF1463. Grayscale: #B3B3B3. Windows color (decimal): -11474020 or 10283856. OLE color: 10283856.

HSL color Cylindrical-coordinate representation of color #50EB9C: hue angle of 149.42º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EB9C is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 235 156 -
CMYK 0.66 0 0.34 0.08
HSL 149.42º 0.79% 0.62% -
HSV(B) 149.42º 0.66% 0.92% -
XYZ 39.02 63.52 41.66 -
YUV 179.65 114.65 56.92 -
System Red Green Blue C M Y K H S L
Decimal 80 235 156 0.66 0 0.34 0.08 149.42 0.79 0.62
Hex 50 EB 9C 42 0 22 8 95 4F 3E
Octal 120 353 234 102 0 42 10 225 117 76
Binary 1010000 11101011 10011100 1000010 0 100010 1000 10010101 1001111 111110

Color Harmonies of #50EB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EB9C

Black with #50EB9C

Text Example


Text Example

White with #50EB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,235,156); }

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

background-color css

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

 a { background-color: rgb(80,235,156); }

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

border-color css

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

 span { border-color: rgb(80,235,156); }

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