#50DA9C

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

Shades of Medium Aquamarine #50DA9C

Tints of Medium Aquamarine #50DA9C

Color information

#50DA9C (or 0x50DA9C) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DA and 9C. RGB value is (80,218,156). Sum of RGB (Red+Green+Blue) = 80+218+156=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DA9C is #AF2563. Grayscale: #A9A9A9. Windows color (decimal): -11478372 or 10279504. OLE color: 10279504.

HSL color Cylindrical-coordinate representation of color #50DA9C: hue angle of 153.04º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DA9C is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB80218156-
CMYK0.6300.280.15
HSL153.04º65.09%58.43%-
HSV(B)153.04º63.3%85.49%-
XYZ34.3854.2540.11-
YUV169.67120.2864.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 218 (85.55% from 255) = 48.02%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=17.62%
G=48.02%
B=34.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802181560.6300.280.15153.0465.0958.43
Hex50DA9C3F01CF99413a
Octal120332234770341723110172
Binary101000011011010100111001111110111001111100110011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,218,156); }

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

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

 a { background-color: rgb(80,218,156); }

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

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

 span { border-color: rgb(80,218,156); }

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