#50E0B4

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

Shades of Medium Aquamarine #50E0B4

Tints of Medium Aquamarine #50E0B4

Color information

#50E0B4 (or 0x50E0B4) is unknown color: approx Medium Aquamarine. HEX triplet: 50, E0 and B4. RGB value is (80,224,180). Sum of RGB (Red+Green+Blue) = 80+224+180=484 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.53% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #50E0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E0B4 is #AF1F4B. Grayscale: #AFAFAF. Windows color (decimal): -11476812 or 11853904. OLE color: 11853904.

HSL color Cylindrical-coordinate representation of color #50E0B4: hue angle of 161.67º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E0B4 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB80224180-
CMYK0.6400.200.12
HSL161.67º69.9%59.61%-
HSV(B)161.67º64.29%87.84%-
XYZ38.258.3152.42-
YUV175.93130.2959.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.53%
GREEN value IS 224 (87.89% from 255) = 46.28%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=16.53%
G=46.28%
B=37.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal802241800.6400.200.12161.6769.959.61
Hex50E0B440014Ca2463c
Octal1203402641000241424210674
Binary1010000111000001011010010000000101001100101000101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,224,180); }

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

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

 a { background-color: rgb(80,224,180); }

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

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

 span { border-color: rgb(80,224,180); }

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