Html Css Color HEX #50DCAB Medium Aquamarine

📋 copy color: '#50DCAB'

red 80 ◦ green 220 ◦ blue 171

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

Shades of Medium Aquamarine #50DCAB

Tints of Medium Aquamarine #50DCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 16.99%
G = 46.71%
B = 36.31%

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

#50DCAB (or 0x50DCAB) is known color: Medium Aquamarine. HEX triplet: 50, DC and AB. RGB value is (80,220,171). Sum of RGB (Red+Green+Blue) = 80+220+171=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DCAB is #AF2354. Grayscale: #ACACAC. Windows color (decimal): -11477845 or 11263056. OLE color: 11263056.

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

Color convert

RGB 80 220 171 -
CMYK 0.64 0 0.22 0.14
HSL 159º 0.67% 0.59% -
HSV(B) 159º 0.64% 0.86% -
XYZ 36.25 55.83 47.39 -
YUV 172.55 127.12 61.98 -
System Red Green Blue C M Y K H S L
Decimal 80 220 171 0.64 0 0.22 0.14 159 0.67 0.59
Hex 50 DC AB 40 0 16 E 9F 43 3B
Octal 120 334 253 100 0 26 16 237 103 73
Binary 1010000 11011100 10101011 1000000 0 10110 1110 10011111 1000011 111011

Color Harmonies of #50DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCAB

Black with #50DCAB

Text Example


Text Example

White with #50DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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