#49FFA9

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

Shades of Medium Aquamarine #49FFA9

Tints of Medium Aquamarine #49FFA9

Color information

#49FFA9 (or 0x49FFA9) is unknown color: approx Medium Aquamarine. HEX triplet: 49, FF and A9. RGB value is (73,255,169). Sum of RGB (Red+Green+Blue) = 73+255+169=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFA9 is #B60056. Grayscale: #BEBEBE. Windows color (decimal): -11927639 or 11140937. OLE color: 11140937.

HSL color Cylindrical-coordinate representation of color #49FFA9: hue angle of 151.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFA9 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB73255169-
CMYK0.7100.340
HSL151.65º100%64.31%-
HSV(B)151.65º71.37%100%-
XYZ45.6775.849.76-
YUV190.78115.743.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.69%
GREEN value IS 255 (100% from 255) = 51.31%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=14.69%
G=51.31%
B=34.00%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal732551690.7100.340151.6510064.31
Hex49FFA9470220986440
Octal1113772511070420230144100
Binary100100111111111101010011000111010001001001100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49FFA9; }

 p { color: rgb(73,255,169); }

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

<style>
 a { background-color: #49FFA9; }

 a { background-color: rgb(73,255,169); }

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

<style>
 span { border-color: #49FFA9; }

 span { border-color: rgb(73,255,169); }

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