Html Css Color HEX #50FBA4 Medium Aquamarine

📋 copy color: '#50FBA4'

red 80 ◦ green 251 ◦ blue 164

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

Shades of Medium Aquamarine #50FBA4

Tints of Medium Aquamarine #50FBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.13%

R = 16.16%
G = 50.71%
B = 33.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#50FBA4 (or 0x50FBA4) is known color: Medium Aquamarine. HEX triplet: 50, FB and A4. RGB value is (80,251,164). Sum of RGB (Red+Green+Blue) = 80+251+164=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FBA4 is #AF045B. Grayscale: #BEBEBE. Windows color (decimal): -11469916 or 10812240. OLE color: 10812240.

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

Color convert

RGB 80 251 164 -
CMYK 0.68 0 0.35 0.02
HSL 149.47º 0.96% 0.65% -
HSV(B) 149.47º 0.68% 0.98% -
XYZ 44.51 73.38 46.94 -
YUV 189.95 113.35 49.57 -
System Red Green Blue C M Y K H S L
Decimal 80 251 164 0.68 0 0.35 0.02 149.47 0.96 0.65
Hex 50 FB A4 44 0 23 2 95 60 41
Octal 120 373 244 104 0 43 2 225 140 101
Binary 1010000 11111011 10100100 1000100 0 100011 10 10010101 1100000 1000001

Color Harmonies of #50FBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FBA4

Black with #50FBA4

Text Example


Text Example

White with #50FBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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