Html Css Color HEX #50FE9C Medium Aquamarine

📋 copy color: '#50FE9C'

red 80 ◦ green 254 ◦ blue 156

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

Shades of Medium Aquamarine #50FE9C

Tints of Medium Aquamarine #50FE9C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.84%

 BLUE value IS 156 (61.33% from 255) = 31.84%

R = 16.33%
G = 51.84%
B = 31.84%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#50FE9C (or 0x50FE9C) is known color: Medium Aquamarine. HEX triplet: 50, FE and 9C. RGB value is (80,254,156). Sum of RGB (Red+Green+Blue) = 80+254+156=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #50FE9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50FE9C is #AF0163. Grayscale: #BFBFBF. Windows color (decimal): -11469156 or 10288720. OLE color: 10288720.

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

Color convert

RGB 80 254 156 -
CMYK 0.69 0 0.39 0.00
HSL 146.21º 0.99% 0.65% -
HSV(B) 146.21º 0.69% 1% -
XYZ 44.75 74.99 43.57 -
YUV 190.8 108.35 48.97 -
System Red Green Blue C M Y K H S L
Decimal 80 254 156 0.69 0 0.39 0.00 146.21 0.99 0.65
Hex 50 FE 9C 45 0 27 0 92 63 41
Octal 120 376 234 105 0 47 0 222 143 101
Binary 1010000 11111110 10011100 1000101 0 100111 0 10010010 1100011 1000001

Color Harmonies of #50FE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FE9C

Black with #50FE9C

Text Example


Text Example

White with #50FE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,254,156); }

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

background-color css

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

 a { background-color: rgb(80,254,156); }

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

border-color css

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

 span { border-color: rgb(80,254,156); }

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