#50DEAE

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

Shades of Medium Aquamarine #50DEAE

Tints of Medium Aquamarine #50DEAE

Color information

#50DEAE (or 0x50DEAE) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DE and AE. RGB value is (80,222,174). Sum of RGB (Red+Green+Blue) = 80+222+174=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #50DEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DEAE is #AF2151. Grayscale: #AEAEAE. Windows color (decimal): -11477330 or 11460176. OLE color: 11460176.

HSL color Cylindrical-coordinate representation of color #50DEAE: hue angle of 159.72º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DEAE is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB80222174-
CMYK0.6400.220.13
HSL159.72º68.27%59.22%-
HSV(B)159.72º63.96%87.06%-
XYZ37.075749.09-
YUV174.07127.9660.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.81%
GREEN value IS 222 (87.11% from 255) = 46.64%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=16.81%
G=46.64%
B=36.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802221740.6400.220.13159.7268.2759.22
Hex50DEAE40016Da0443b
Octal1203362561000261524010473
Binary1010000110111101010111010000000101101101101000001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,222,174); }

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

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

 a { background-color: rgb(80,222,174); }

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

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

 span { border-color: rgb(80,222,174); }

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