#50EEAF

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

Shades of Medium Aquamarine #50EEAF

Tints of Medium Aquamarine #50EEAF

Color information

#50EEAF (or 0x50EEAF) is unknown color: approx Medium Aquamarine. HEX triplet: 50, EE and AF. RGB value is (80,238,175). Sum of RGB (Red+Green+Blue) = 80+238+175=493 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.23% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EEAF is #AF1150. Grayscale: #B7B7B7. Windows color (decimal): -11473233 or 11529808. OLE color: 11529808.

HSL color Cylindrical-coordinate representation of color #50EEAF: hue angle of 156.08º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EEAF is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB80238175-
CMYK0.6600.260.07
HSL156.08º82.29%62.35%-
HSV(B)156.08º66.39%93.33%-
XYZ41.6265.9551.09-
YUV183.58123.1554.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.23%
GREEN value IS 238 (93.36% from 255) = 48.28%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=16.23%
G=48.28%
B=35.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802381750.6600.260.07156.0882.2962.35
Hex50EEAF4201A79c523e
Octal120356257102032723412276
Binary101000011101110101011111000010011010111100111001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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