#49E2AC

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

Shades of Medium Aquamarine #49E2AC

Tints of Medium Aquamarine #49E2AC

Color information

#49E2AC (or 0x49E2AC) is unknown color: approx Medium Aquamarine. HEX triplet: 49, E2 and AC. RGB value is (73,226,172). Sum of RGB (Red+Green+Blue) = 73+226+172=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #49E2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49E2AC is #B61D53. Grayscale: #AEAEAE. Windows color (decimal): -11935060 or 11330121. OLE color: 11330121.

HSL color Cylindrical-coordinate representation of color #49E2AC: hue angle of 158.82º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E2AC is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB73226172-
CMYK0.6800.240.11
HSL158.82º72.51%58.63%-
HSV(B)158.82º67.7%88.63%-
XYZ37.3958.7948.41-
YUV174.1126.8155.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.50%
GREEN value IS 226 (88.67% from 255) = 47.98%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=15.50%
G=47.98%
B=36.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal732261720.6800.240.11158.8272.5158.63
Hex49E2AC44018B9f493b
Octal1113422541040301323711173
Binary1001001111000101010110010001000110001011100111111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,226,172); }

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

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

 a { background-color: rgb(73,226,172); }

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

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

 span { border-color: rgb(73,226,172); }

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