Html Css Color HEX #50E199 Medium Aquamarine

📋 copy color: '#50E199'

red 80 ◦ green 225 ◦ blue 153

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

Shades of Medium Aquamarine #50E199

Tints of Medium Aquamarine #50E199

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.13%

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

R = 17.47%
G = 49.13%
B = 33.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#50E199 (or 0x50E199) is known color: Medium Aquamarine. HEX triplet: 50, E1 and 99. RGB value is (80,225,153). Sum of RGB (Red+Green+Blue) = 80+225+153=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #50E199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E199 is #AF1E66. Grayscale: #ADADAD. Windows color (decimal): -11476583 or 10084688. OLE color: 10084688.

HSL color Cylindrical-coordinate representation of color #50E199: hue angle of 150.21º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E199 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 225 153 -
CMYK 0.64 0 0.32 0.12
HSL 150.21º 0.71% 0.6% -
HSV(B) 150.21º 0.64% 0.88% -
XYZ 35.98 57.86 39.41 -
YUV 173.44 116.46 61.35 -
System Red Green Blue C M Y K H S L
Decimal 80 225 153 0.64 0 0.32 0.12 150.21 0.71 0.6
Hex 50 E1 99 40 0 20 C 96 47 3C
Octal 120 341 231 100 0 40 14 226 107 74
Binary 1010000 11100001 10011001 1000000 0 100000 1100 10010110 1000111 111100

Color Harmonies of #50E199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E199

Black with #50E199

Text Example


Text Example

White with #50E199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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