Html Css Color HEX #50E2B0 Medium Aquamarine

📋 copy color: '#50E2B0'

red 80 ◦ green 226 ◦ blue 176

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

Shades of Medium Aquamarine #50E2B0

Tints of Medium Aquamarine #50E2B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 16.6%
G = 46.89%
B = 36.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#50E2B0 (or 0x50E2B0) is known color: Medium Aquamarine. HEX triplet: 50, E2 and B0. RGB value is (80,226,176). Sum of RGB (Red+Green+Blue) = 80+226+176=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E2B0 is #AF1D4F. Grayscale: #B0B0B0. Windows color (decimal): -11476304 or 11592272. OLE color: 11592272.

HSL color Cylindrical-coordinate representation of color #50E2B0: hue angle of 159.45º 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 #50E2B0 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 226 176 -
CMYK 0.65 0 0.22 0.11
HSL 159.45º 0.72% 0.6% -
HSV(B) 159.45º 0.65% 0.89% -
XYZ 38.34 59.23 50.49 -
YUV 176.65 127.63 59.07 -
System Red Green Blue C M Y K H S L
Decimal 80 226 176 0.65 0 0.22 0.11 159.45 0.72 0.6
Hex 50 E2 B0 41 0 16 B 9F 48 3C
Octal 120 342 260 101 0 26 13 237 110 74
Binary 1010000 11100010 10110000 1000001 0 10110 1011 10011111 1001000 111100

Color Harmonies of #50E2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E2B0

Black with #50E2B0

Text Example


Text Example

White with #50E2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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