Html Css Color HEX #50E799 Medium Aquamarine

📋 copy color: '#50E799'

red 80 ◦ green 231 ◦ blue 153

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

Shades of Medium Aquamarine #50E799

Tints of Medium Aquamarine #50E799

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.78%

 BLUE value IS 153 (60.16% from 255) = 32.97%

R = 17.24%
G = 49.78%
B = 32.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#50E799 (or 0x50E799) is known color: Medium Aquamarine. HEX triplet: 50, E7 and 99. RGB value is (80,231,153). Sum of RGB (Red+Green+Blue) = 80+231+153=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #50E799 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E799 is #AF1866. Grayscale: #B1B1B1. Windows color (decimal): -11475047 or 10086224. OLE color: 10086224.

HSL color Cylindrical-coordinate representation of color #50E799: hue angle of 149.01º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E799 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 231 153 -
CMYK 0.65 0 0.34 0.09
HSL 149.01º 0.76% 0.61% -
HSV(B) 149.01º 0.65% 0.91% -
XYZ 37.63 61.16 39.96 -
YUV 176.96 114.47 58.84 -
System Red Green Blue C M Y K H S L
Decimal 80 231 153 0.65 0 0.34 0.09 149.01 0.76 0.61
Hex 50 E7 99 41 0 22 9 95 4C 3D
Octal 120 347 231 101 0 42 11 225 114 75
Binary 1010000 11100111 10011001 1000001 0 100010 1001 10010101 1001100 111101

Color Harmonies of #50E799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E799

Black with #50E799

Text Example


Text Example

White with #50E799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,231,153); }

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

background-color css

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

 a { background-color: rgb(80,231,153); }

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

border-color css

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

 span { border-color: rgb(80,231,153); }

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