#50DE97

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

Shades of Medium Aquamarine #50DE97

Tints of Medium Aquamarine #50DE97

Color information

#50DE97 (or 0x50DE97) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DE and 97. RGB value is (80,222,151). Sum of RGB (Red+Green+Blue) = 80+222+151=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DE97 is #AF2168. Grayscale: #ABABAB. Windows color (decimal): -11477353 or 9952848. OLE color: 9952848.

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

Color convert

RGB80222151-
CMYK0.6400.320.13
HSL150º68.27%59.22%-
HSV(B)150º63.96%87.06%-
XYZ35.0256.1838.28-
YUV171.45116.4662.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.66%
GREEN value IS 222 (87.11% from 255) = 49.01%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=17.66%
G=49.01%
B=33.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802221510.6400.320.1315068.2759.22
Hex50DE9740020D96443b
Octal1203362271000401522610473
Binary10100001101111010010111100000001000001101100101101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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