Html Css Color HEX #50F797 Medium Aquamarine

📋 copy color: '#50F797'

red 80 ◦ green 247 ◦ blue 151

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

Shades of Medium Aquamarine #50F797

Tints of Medium Aquamarine #50F797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.59%

R = 16.74%
G = 51.67%
B = 31.59%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#50F797 (or 0x50F797) is known color: Medium Aquamarine. HEX triplet: 50, F7 and 97. RGB value is (80,247,151). Sum of RGB (Red+Green+Blue) = 80+247+151=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #50F797 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F797 is #AF0868. Grayscale: #BABABA. Windows color (decimal): -11470953 or 9959248. OLE color: 9959248.

HSL color Cylindrical-coordinate representation of color #50F797: hue angle of 145.51º 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 #50F797 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 247 151 -
CMYK 0.68 0 0.39 0.03
HSL 145.51º 0.91% 0.64% -
HSV(B) 145.51º 0.68% 0.97% -
XYZ 42.15 70.46 40.66 -
YUV 186.12 108.17 52.31 -
System Red Green Blue C M Y K H S L
Decimal 80 247 151 0.68 0 0.39 0.03 145.51 0.91 0.64
Hex 50 F7 97 44 0 27 3 92 5B 40
Octal 120 367 227 104 0 47 3 222 133 100
Binary 1010000 11110111 10010111 1000100 0 100111 11 10010010 1011011 1000000

Color Harmonies of #50F797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F797

Black with #50F797

Text Example


Text Example

White with #50F797

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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