#50D39E

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

Shades of Medium Aquamarine #50D39E

Tints of Medium Aquamarine #50D39E

Color information

#50D39E (or 0x50D39E) is unknown color: approx Medium Aquamarine. HEX triplet: 50, D3 and 9E. RGB value is (80,211,158). Sum of RGB (Red+Green+Blue) = 80+211+158=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #50D39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D39E is #AF2C61. Grayscale: #A5A5A5. Windows color (decimal): -11480162 or 10408784. OLE color: 10408784.

HSL color Cylindrical-coordinate representation of color #50D39E: hue angle of 155.73º 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 #50D39E is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB80211158-
CMYK0.6200.250.17
HSL155.73º59.82%57.06%-
HSV(B)155.73º62.09%82.75%-
XYZ32.7750.7640.42-
YUV165.79123.666.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.82%
GREEN value IS 211 (82.81% from 255) = 46.99%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=17.82%
G=46.99%
B=35.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal802111580.6200.250.17155.7359.8257.06
Hex50D39E3E019119c3c39
Octal12032323676031212347471
Binary101000011010011100111101111100110011000110011100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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