Html Css Color HEX #50DCAC Medium Aquamarine

📋 copy color: '#50DCAC'

red 80 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #50DCAC

Tints of Medium Aquamarine #50DCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 16.95%
G = 46.61%
B = 36.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#50DCAC (or 0x50DCAC) is known color: Medium Aquamarine. HEX triplet: 50, DC and AC. RGB value is (80,220,172). Sum of RGB (Red+Green+Blue) = 80+220+172=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DCAC is #AF2353. Grayscale: #ACACAC. Windows color (decimal): -11477844 or 11328592. OLE color: 11328592.

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

Color convert

RGB 80 220 172 -
CMYK 0.64 0 0.22 0.14
HSL 159.43º 0.67% 0.59% -
HSV(B) 159.43º 0.64% 0.86% -
XYZ 36.35 55.87 47.9 -
YUV 172.67 127.62 61.9 -
System Red Green Blue C M Y K H S L
Decimal 80 220 172 0.64 0 0.22 0.14 159.43 0.67 0.59
Hex 50 DC AC 40 0 16 E 9F 43 3B
Octal 120 334 254 100 0 26 16 237 103 73
Binary 1010000 11011100 10101100 1000000 0 10110 1110 10011111 1000011 111011

Color Harmonies of #50DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCAC

Black with #50DCAC

Text Example


Text Example

White with #50DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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