Html Css Color HEX #50DCA2 Medium Aquamarine

📋 copy color: '#50DCA2'

red 80 ◦ green 220 ◦ blue 162

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

Shades of Medium Aquamarine #50DCA2

Tints of Medium Aquamarine #50DCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

 BLUE value IS 162 (63.67% from 255) = 35.06%

R = 17.32%
G = 47.62%
B = 35.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#50DCA2 (or 0x50DCA2) is known color: Medium Aquamarine. HEX triplet: 50, DC and A2. RGB value is (80,220,162). Sum of RGB (Red+Green+Blue) = 80+220+162=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DCA2 is #AF235D. Grayscale: #ABABAB. Windows color (decimal): -11477854 or 10673232. OLE color: 10673232.

HSL color Cylindrical-coordinate representation of color #50DCA2: hue angle of 155.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DCA2 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 220 162 -
CMYK 0.64 0 0.26 0.14
HSL 155.14º 0.67% 0.59% -
HSV(B) 155.14º 0.64% 0.86% -
XYZ 35.42 55.5 43.03 -
YUV 171.53 122.62 62.72 -
System Red Green Blue C M Y K H S L
Decimal 80 220 162 0.64 0 0.26 0.14 155.14 0.67 0.59
Hex 50 DC A2 40 0 1A E 9B 43 3B
Octal 120 334 242 100 0 32 16 233 103 73
Binary 1010000 11011100 10100010 1000000 0 11010 1110 10011011 1000011 111011

Color Harmonies of #50DCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCA2

Black with #50DCA2

Text Example


Text Example

White with #50DCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,220,162); }

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

background-color css

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

 a { background-color: rgb(80,220,162); }

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

border-color css

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

 span { border-color: rgb(80,220,162); }

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