#50D3AB

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

Shades of Medium Aquamarine #50D3AB

Tints of Medium Aquamarine #50D3AB

Color information

#50D3AB (or 0x50D3AB) is unknown color: approx Medium Aquamarine. HEX triplet: 50, D3 and AB. RGB value is (80,211,171). Sum of RGB (Red+Green+Blue) = 80+211+171=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #50D3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D3AB is #AF2C54. Grayscale: #A7A7A7. Windows color (decimal): -11480149 or 11260752. OLE color: 11260752.

HSL color Cylindrical-coordinate representation of color #50D3AB: hue angle of 161.68º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D3AB is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB80211171-
CMYK0.6200.190.17
HSL161.68º59.82%57.06%-
HSV(B)161.68º62.09%82.75%-
XYZ33.9551.2346.63-
YUV167.27130.165.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.32%
GREEN value IS 211 (82.81% from 255) = 45.67%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=17.32%
G=45.67%
B=37.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal802111710.6200.190.17161.6859.8257.06
Hex50D3AB3E01311a23c39
Octal12032325376023212427471
Binary101000011010011101010111111100100111000110100010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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