Html Css Color HEX #50E999 Medium Aquamarine

📋 copy color: '#50E999'

red 80 ◦ green 233 ◦ blue 153

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

Shades of Medium Aquamarine #50E999

Tints of Medium Aquamarine #50E999

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50%

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

R = 17.17%
G = 50%
B = 32.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#50E999 (or 0x50E999) is known color: Medium Aquamarine. HEX triplet: 50, E9 and 99. RGB value is (80,233,153). Sum of RGB (Red+Green+Blue) = 80+233+153=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #50E999 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E999 is #AF1666. Grayscale: #B2B2B2. Windows color (decimal): -11474535 or 10086736. OLE color: 10086736.

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

Color convert

RGB 80 233 153 -
CMYK 0.66 0 0.34 0.09
HSL 148.63º 0.78% 0.61% -
HSV(B) 148.63º 0.66% 0.91% -
XYZ 38.2 62.28 40.15 -
YUV 178.13 113.81 58 -
System Red Green Blue C M Y K H S L
Decimal 80 233 153 0.66 0 0.34 0.09 148.63 0.78 0.61
Hex 50 E9 99 42 0 22 9 95 4E 3D
Octal 120 351 231 102 0 42 11 225 116 75
Binary 1010000 11101001 10011001 1000010 0 100010 1001 10010101 1001110 111101

Color Harmonies of #50E999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E999

Black with #50E999

Text Example


Text Example

White with #50E999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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