Html Css Color HEX #50FD9A Medium Aquamarine

📋 copy color: '#50FD9A'

red 80 ◦ green 253 ◦ blue 154

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

Shades of Medium Aquamarine #50FD9A

Tints of Medium Aquamarine #50FD9A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.95%

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 16.43%
G = 51.95%
B = 31.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#50FD9A (or 0x50FD9A) is known color: Medium Aquamarine. HEX triplet: 50, FD and 9A. RGB value is (80,253,154). Sum of RGB (Red+Green+Blue) = 80+253+154=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FD9A is #AF0265. Grayscale: #BEBEBE. Windows color (decimal): -11469414 or 10157392. OLE color: 10157392.

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

Color convert

RGB 80 253 154 -
CMYK 0.68 0 0.39 0.01
HSL 145.66º 0.98% 0.65% -
HSV(B) 145.66º 0.68% 0.99% -
XYZ 44.27 74.29 42.58 -
YUV 189.99 107.69 49.55 -
System Red Green Blue C M Y K H S L
Decimal 80 253 154 0.68 0 0.39 0.01 145.66 0.98 0.65
Hex 50 FD 9A 44 0 27 1 92 62 41
Octal 120 375 232 104 0 47 1 222 142 101
Binary 1010000 11111101 10011010 1000100 0 100111 1 10010010 1100010 1000001

Color Harmonies of #50FD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD9A

Black with #50FD9A

Text Example


Text Example

White with #50FD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,253,154); }

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

background-color css

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

 a { background-color: rgb(80,253,154); }

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

border-color css

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

 span { border-color: rgb(80,253,154); }

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