#50D09E

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

Shades of Medium Aquamarine #50D09E

Tints of Medium Aquamarine #50D09E

Color information

#50D09E (or 0x50D09E) is unknown color: approx Medium Aquamarine. HEX triplet: 50, D0 and 9E. RGB value is (80,208,158). Sum of RGB (Red+Green+Blue) = 80+208+158=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #50D09E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D09E is #AF2F61. Grayscale: #A4A4A4. Windows color (decimal): -11480930 or 10408016. OLE color: 10408016.

HSL color Cylindrical-coordinate representation of color #50D09E: hue angle of 156.56º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D09E is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB80208158-
CMYK0.6200.240.18
HSL156.56º57.66%56.47%-
HSV(B)156.56º61.54%81.57%-
XYZ32.0449.2940.17-
YUV164.03124.5968.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.94%
GREEN value IS 208 (81.64% from 255) = 46.64%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=17.94%
G=46.64%
B=35.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal802081580.6200.240.18156.5657.6656.47
Hex50D09E3E018129d3a38
Octal12032023676030222357270
Binary101000011010000100111101111100110001001010011101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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