#50DEAD

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

Shades of Medium Aquamarine #50DEAD

Tints of Medium Aquamarine #50DEAD

Color information

#50DEAD (or 0x50DEAD) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DE and AD. RGB value is (80,222,173). Sum of RGB (Red+Green+Blue) = 80+222+173=475 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.84% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #50DEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DEAD is #AF2152. Grayscale: #AEAEAE. Windows color (decimal): -11477331 or 11394640. OLE color: 11394640.

HSL color Cylindrical-coordinate representation of color #50DEAD: hue angle of 159.3º 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 #50DEAD is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB80222173-
CMYK0.6400.220.13
HSL159.3º68.27%59.22%-
HSV(B)159.3º63.96%87.06%-
XYZ36.9756.9748.58-
YUV173.96127.4660.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.84%
GREEN value IS 222 (87.11% from 255) = 46.74%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=16.84%
G=46.74%
B=36.42%

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
Decimal802221730.6400.220.13159.368.2759.22
Hex50DEAD40016D9f443b
Octal1203362551000261523710473
Binary1010000110111101010110110000000101101101100111111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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