#50DDB5

Color #50DDB5 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #50DDB5

Tints of Medium Aquamarine #50DDB5

Color information

#50DDB5 (or 0x50DDB5) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DD and B5. RGB value is (80,221,181). Sum of RGB (Red+Green+Blue) = 80+221+181=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #50DDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DDB5 is #AF224A. Grayscale: #AEAEAE. Windows color (decimal): -11477579 or 11918672. OLE color: 11918672.

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

Color convert

RGB80221181-
CMYK0.6400.180.13
HSL162.98º67.46%59.02%-
HSV(B)162.98º63.8%86.67%-
XYZ37.5156.7552.69-
YUV174.28131.7960.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.60%
GREEN value IS 221 (86.72% from 255) = 45.85%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=16.60%
G=45.85%
B=37.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802211810.6400.180.13162.9867.4659.02
Hex50DDB540012Da3433b
Octal1203352651000221524310373
Binary1010000110111011011010110000000100101101101000111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,221,181); }

 H1.HeaderClassName
 {
   color: #50DDB5;
 }
 .AnyTagClassName
 {
   color: #50DDB5;
 }
</style>
background-color css

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

 a { background-color: rgb(80,221,181); }

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

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

 span { border-color: rgb(80,221,181); }

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