Html Css Color HEX #50F7A1 Medium Aquamarine

📋 copy color: '#50F7A1'

red 80 ◦ green 247 ◦ blue 161

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

Shades of Medium Aquamarine #50F7A1

Tints of Medium Aquamarine #50F7A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.99%

R = 16.39%
G = 50.61%
B = 32.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#50F7A1 (or 0x50F7A1) is known color: Medium Aquamarine. HEX triplet: 50, F7 and A1. RGB value is (80,247,161). Sum of RGB (Red+Green+Blue) = 80+247+161=488 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.39% from 488); Green value is 247 (96.88% from 255 or 50.61% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F7A1 is #AF085E. Grayscale: #BBBBBB. Windows color (decimal): -11470943 or 10614608. OLE color: 10614608.

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

Color convert

RGB 80 247 161 -
CMYK 0.68 0 0.35 0.03
HSL 149.1º 0.91% 0.64% -
HSV(B) 149.1º 0.68% 0.97% -
XYZ 43 70.8 45.12 -
YUV 187.26 113.17 51.49 -
System Red Green Blue C M Y K H S L
Decimal 80 247 161 0.68 0 0.35 0.03 149.1 0.91 0.64
Hex 50 F7 A1 44 0 23 3 95 5B 40
Octal 120 367 241 104 0 43 3 225 133 100
Binary 1010000 11110111 10100001 1000100 0 100011 11 10010101 1011011 1000000

Color Harmonies of #50F7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F7A1

Black with #50F7A1

Text Example


Text Example

White with #50F7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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