Html Css Color HEX #50F79D Medium Aquamarine

📋 copy color: '#50F79D'

red 80 ◦ green 247 ◦ blue 157

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

Shades of Medium Aquamarine #50F79D

Tints of Medium Aquamarine #50F79D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.03%

 BLUE value IS 157 (61.72% from 255) = 32.44%

R = 16.53%
G = 51.03%
B = 32.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#50F79D (or 0x50F79D) is known color: Medium Aquamarine. HEX triplet: 50, F7 and 9D. RGB value is (80,247,157). Sum of RGB (Red+Green+Blue) = 80+247+157=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #50F79D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F79D is #AF0862. Grayscale: #BBBBBB. Windows color (decimal): -11470947 or 10352464. OLE color: 10352464.

HSL color Cylindrical-coordinate representation of color #50F79D: hue angle of 147.66º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F79D is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 247 157 -
CMYK 0.68 0 0.36 0.03
HSL 147.66º 0.91% 0.64% -
HSV(B) 147.66º 0.68% 0.97% -
XYZ 42.65 70.66 43.29 -
YUV 186.81 111.17 51.82 -
System Red Green Blue C M Y K H S L
Decimal 80 247 157 0.68 0 0.36 0.03 147.66 0.91 0.64
Hex 50 F7 9D 44 0 24 3 94 5B 40
Octal 120 367 235 104 0 44 3 224 133 100
Binary 1010000 11110111 10011101 1000100 0 100100 11 10010100 1011011 1000000

Color Harmonies of #50F79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F79D

Black with #50F79D

Text Example


Text Example

White with #50F79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,247,157); }

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

background-color css

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

 a { background-color: rgb(80,247,157); }

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

border-color css

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

 span { border-color: rgb(80,247,157); }

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