Html Css Color HEX #50E2A8 Medium Aquamarine

📋 copy color: '#50E2A8'

red 80 ◦ green 226 ◦ blue 168

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

Shades of Medium Aquamarine #50E2A8

Tints of Medium Aquamarine #50E2A8

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.68%

 BLUE value IS 168 (66.02% from 255) = 35.44%

R = 16.88%
G = 47.68%
B = 35.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#50E2A8 (or 0x50E2A8) is known color: Medium Aquamarine. HEX triplet: 50, E2 and A8. RGB value is (80,226,168). Sum of RGB (Red+Green+Blue) = 80+226+168=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 226 (88.67% from 255 or 47.68% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E2A8 is #AF1D57. Grayscale: #AFAFAF. Windows color (decimal): -11476312 or 11067984. OLE color: 11067984.

HSL color Cylindrical-coordinate representation of color #50E2A8: hue angle of 156.16º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E2A8 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 226 168 -
CMYK 0.65 0 0.26 0.11
HSL 156.16º 0.72% 0.6% -
HSV(B) 156.16º 0.65% 0.89% -
XYZ 37.57 58.93 46.44 -
YUV 175.73 123.63 59.72 -
System Red Green Blue C M Y K H S L
Decimal 80 226 168 0.65 0 0.26 0.11 156.16 0.72 0.6
Hex 50 E2 A8 41 0 1A B 9C 48 3C
Octal 120 342 250 101 0 32 13 234 110 74
Binary 1010000 11100010 10101000 1000001 0 11010 1011 10011100 1001000 111100

Color Harmonies of #50E2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E2A8

Black with #50E2A8

Text Example


Text Example

White with #50E2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,226,168); }

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

background-color css

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

 a { background-color: rgb(80,226,168); }

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

border-color css

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

 span { border-color: rgb(80,226,168); }

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