Html Css Color HEX #50FBA1 Medium Aquamarine

📋 copy color: '#50FBA1'

red 80 ◦ green 251 ◦ blue 161

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

Shades of Medium Aquamarine #50FBA1

Tints of Medium Aquamarine #50FBA1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.02%

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

R = 16.26%
G = 51.02%
B = 32.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#50FBA1 (or 0x50FBA1) is known color: Medium Aquamarine. HEX triplet: 50, FB and A1. RGB value is (80,251,161). Sum of RGB (Red+Green+Blue) = 80+251+161=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FBA1 is #AF045E. Grayscale: #BDBDBD. Windows color (decimal): -11469919 or 10615632. OLE color: 10615632.

HSL color Cylindrical-coordinate representation of color #50FBA1: hue angle of 148.42º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FBA1 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 251 161 -
CMYK 0.68 0 0.36 0.02
HSL 148.42º 0.96% 0.65% -
HSV(B) 148.42º 0.68% 0.98% -
XYZ 44.24 73.27 45.53 -
YUV 189.61 111.85 49.82 -
System Red Green Blue C M Y K H S L
Decimal 80 251 161 0.68 0 0.36 0.02 148.42 0.96 0.65
Hex 50 FB A1 44 0 24 2 94 60 41
Octal 120 373 241 104 0 44 2 224 140 101
Binary 1010000 11111011 10100001 1000100 0 100100 10 10010100 1100000 1000001

Color Harmonies of #50FBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBA1

Black with #50FBA1

Text Example


Text Example

White with #50FBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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