Html Css Color HEX #50F8A1 Medium Aquamarine

📋 copy color: '#50F8A1'

red 80 ◦ green 248 ◦ blue 161

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

Shades of Medium Aquamarine #50F8A1

Tints of Medium Aquamarine #50F8A1

RGB

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

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

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

R = 16.36%
G = 50.72%
B = 32.92%

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

#50F8A1 (or 0x50F8A1) is known color: Medium Aquamarine. HEX triplet: 50, F8 and A1. RGB value is (80,248,161). Sum of RGB (Red+Green+Blue) = 80+248+161=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #50F8A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F8A1 is #AF075E. Grayscale: #BCBCBC. Windows color (decimal): -11470687 or 10614864. OLE color: 10614864.

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

Color convert

RGB 80 248 161 -
CMYK 0.68 0 0.35 0.03
HSL 148.93º 0.92% 0.64% -
HSV(B) 148.93º 0.68% 0.97% -
XYZ 43.31 71.41 45.22 -
YUV 187.85 112.84 51.07 -
System Red Green Blue C M Y K H S L
Decimal 80 248 161 0.68 0 0.35 0.03 148.93 0.92 0.64
Hex 50 F8 A1 44 0 23 3 95 5C 40
Octal 120 370 241 104 0 43 3 225 134 100
Binary 1010000 11111000 10100001 1000100 0 100011 11 10010101 1011100 1000000

Color Harmonies of #50F8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F8A1

Black with #50F8A1

Text Example


Text Example

White with #50F8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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