#50EDA8

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

Shades of Medium Aquamarine #50EDA8

Tints of Medium Aquamarine #50EDA8

Color information

#50EDA8 (or 0x50EDA8) is unknown color: approx Medium Aquamarine. HEX triplet: 50, ED and A8. RGB value is (80,237,168). Sum of RGB (Red+Green+Blue) = 80+237+168=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EDA8 is #AF1257. Grayscale: #B6B6B6. Windows color (decimal): -11473496 or 11070800. OLE color: 11070800.

HSL color Cylindrical-coordinate representation of color #50EDA8: hue angle of 153.63º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EDA8 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB80237168-
CMYK0.6600.290.07
HSL153.63º81.35%62.16%-
HSV(B)153.63º66.24%92.94%-
XYZ40.6665.147.47-
YUV182.19119.9955.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.49%
GREEN value IS 237 (92.97% from 255) = 48.87%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=16.49%
G=48.87%
B=34.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802371680.6600.290.07153.6381.3562.16
Hex50EDA84201D79a513e
Octal120355250102035723212176
Binary101000011101101101010001000010011101111100110101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,237,168); }

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

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

 a { background-color: rgb(80,237,168); }

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

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

 span { border-color: rgb(80,237,168); }

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