Html Css Color HEX #50F89B Medium Aquamarine

📋 copy color: '#50F89B'

red 80 ◦ green 248 ◦ blue 155

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

Shades of Medium Aquamarine #50F89B

Tints of Medium Aquamarine #50F89B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.35%

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

R = 16.56%
G = 51.35%
B = 32.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#50F89B (or 0x50F89B) is known color: Medium Aquamarine. HEX triplet: 50, F8 and 9B. RGB value is (80,248,155). Sum of RGB (Red+Green+Blue) = 80+248+155=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 248 (97.27% from 255 or 51.35% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 248 - color contains mainly: green. Hex color #50F89B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F89B is #AF0764. Grayscale: #BBBBBB. Windows color (decimal): -11470693 or 10221648. OLE color: 10221648.

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

Color convert

RGB 80 248 155 -
CMYK 0.68 0 0.38 0.03
HSL 146.79º 0.92% 0.64% -
HSV(B) 146.79º 0.68% 0.97% -
XYZ 42.79 71.21 42.5 -
YUV 187.17 109.84 51.56 -
System Red Green Blue C M Y K H S L
Decimal 80 248 155 0.68 0 0.38 0.03 146.79 0.92 0.64
Hex 50 F8 9B 44 0 26 3 93 5C 40
Octal 120 370 233 104 0 46 3 223 134 100
Binary 1010000 11111000 10011011 1000100 0 100110 11 10010011 1011100 1000000

Color Harmonies of #50F89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F89B

Black with #50F89B

Text Example


Text Example

White with #50F89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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