#50DE98

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

Shades of Medium Aquamarine #50DE98

Tints of Medium Aquamarine #50DE98

Color information

#50DE98 (or 0x50DE98) is unknown color: approx Medium Aquamarine. HEX triplet: 50, DE and 98. RGB value is (80,222,152). Sum of RGB (Red+Green+Blue) = 80+222+152=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DE98 is #AF2167. Grayscale: #ABABAB. Windows color (decimal): -11477352 or 10018384. OLE color: 10018384.

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

Color convert

RGB80222152-
CMYK0.6400.320.13
HSL150.42º68.27%59.22%-
HSV(B)150.42º63.96%87.06%-
XYZ35.156.2238.71-
YUV171.56116.9662.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 222 (87.11% from 255) = 48.90%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=17.62%
G=48.90%
B=33.48%

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
Decimal802221520.6400.320.13150.4268.2759.22
Hex50DE9840020D96443b
Octal1203362301000401522610473
Binary10100001101111010011000100000001000001101100101101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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