#50E4AF

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

Shades of Medium Aquamarine #50E4AF

Tints of Medium Aquamarine #50E4AF

Color information

#50E4AF (or 0x50E4AF) is unknown color: approx Medium Aquamarine. HEX triplet: 50, E4 and AF. RGB value is (80,228,175). Sum of RGB (Red+Green+Blue) = 80+228+175=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #50E4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E4AF is #AF1B50. Grayscale: #B1B1B1. Windows color (decimal): -11475793 or 11527248. OLE color: 11527248.

HSL color Cylindrical-coordinate representation of color #50E4AF: hue angle of 158.51º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E4AF is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB80228175-
CMYK0.6500.230.11
HSL158.51º73.27%60.39%-
HSV(B)158.51º64.91%89.41%-
XYZ38.7960.2950.15-
YUV177.71126.4758.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.56%
GREEN value IS 228 (89.45% from 255) = 47.20%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=16.56%
G=47.20%
B=36.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802281750.6500.230.11158.5173.2760.39
Hex50E4AF41017B9f493c
Octal1203442571010271323711174
Binary1010000111001001010111110000010101111011100111111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,228,175); }

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

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

 a { background-color: rgb(80,228,175); }

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

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

 span { border-color: rgb(80,228,175); }

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