Html Css Color HEX #50F69B Medium Aquamarine

📋 copy color: '#50F69B'

red 80 ◦ green 246 ◦ blue 155

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

Shades of Medium Aquamarine #50F69B

Tints of Medium Aquamarine #50F69B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.14%

 BLUE value IS 155 (60.94% from 255) = 32.22%

R = 16.63%
G = 51.14%
B = 32.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#50F69B (or 0x50F69B) is known color: Medium Aquamarine. HEX triplet: 50, F6 and 9B. RGB value is (80,246,155). Sum of RGB (Red+Green+Blue) = 80+246+155=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #50F69B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F69B is #AF0964. Grayscale: #BABABA. Windows color (decimal): -11471205 or 10221136. OLE color: 10221136.

HSL color Cylindrical-coordinate representation of color #50F69B: hue angle of 147.11º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F69B is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 246 155 -
CMYK 0.67 0 0.37 0.04
HSL 147.11º 0.9% 0.64% -
HSV(B) 147.11º 0.67% 0.96% -
XYZ 42.18 69.98 42.3 -
YUV 185.99 110.5 52.4 -
System Red Green Blue C M Y K H S L
Decimal 80 246 155 0.67 0 0.37 0.04 147.11 0.9 0.64
Hex 50 F6 9B 43 0 25 4 93 5A 40
Octal 120 366 233 103 0 45 4 223 132 100
Binary 1010000 11110110 10011011 1000011 0 100101 100 10010011 1011010 1000000

Color Harmonies of #50F69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F69B

Black with #50F69B

Text Example


Text Example

White with #50F69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,246,155); }

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

background-color css

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

 a { background-color: rgb(80,246,155); }

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

border-color css

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

 span { border-color: rgb(80,246,155); }

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