#49A196

Color #49A196 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #49A196

Tints of Blue Chill #49A196

Color information

#49A196 (or 0x49A196) is unknown color: approx Blue Chill. HEX triplet: 49, A1 and 96. RGB value is (73,161,150). Sum of RGB (Red+Green+Blue) = 73+161+150=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #49A196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A196 is #B65E69. Grayscale: #858585. Windows color (decimal): -11951722 or 9871689. OLE color: 9871689.

HSL color Cylindrical-coordinate representation of color #49A196: hue angle of 172.5º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A196 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB73161150-
CMYK0.5500.070.37
HSL172.5º37.61%45.88%-
HSV(B)172.5º54.66%63.14%-
XYZ2129.1133.37-
YUV133.43137.3584.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.01%
GREEN value IS 161 (63.28% from 255) = 41.93%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=19.01%
G=41.93%
B=39.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731611500.5500.070.37172.537.6145.88
Hex49A196370725ac262e
Octal1112412266707452544656
Binary10010011010000110010110110111011110010110101100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,161,150); }

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

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

 a { background-color: rgb(73,161,150); }

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

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

 span { border-color: rgb(73,161,150); }

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