#49EAAB

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

Shades of Medium Aquamarine #49EAAB

Tints of Medium Aquamarine #49EAAB

Color information

#49EAAB (or 0x49EAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 49, EA and AB. RGB value is (73,234,171). Sum of RGB (Red+Green+Blue) = 73+234+171=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #49EAAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EAAB is #B61554. Grayscale: #B2B2B2. Windows color (decimal): -11933013 or 11266633. OLE color: 11266633.

HSL color Cylindrical-coordinate representation of color #49EAAB: hue angle of 156.52º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EAAB is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB73234171-
CMYK0.6900.270.08
HSL156.52º79.31%60.2%-
HSV(B)156.52º68.8%91.76%-
XYZ39.5263.248.64-
YUV178.68123.6652.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.27%
GREEN value IS 234 (91.80% from 255) = 48.95%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=15.27%
G=48.95%
B=35.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732341710.6900.270.08156.5279.3160.2
Hex49EAAB4501B89d4f3c
Octal1113522531050331023511774
Binary1001001111010101010101110001010110111000100111011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,234,171); }

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

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

 a { background-color: rgb(73,234,171); }

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

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

 span { border-color: rgb(73,234,171); }

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