#49A197

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

Shades of Blue Chill #49A197

Tints of Blue Chill #49A197

Color information

#49A197 (or 0x49A197) is unknown color: approx Blue Chill. HEX triplet: 49, A1 and 97. RGB value is (73,161,151). Sum of RGB (Red+Green+Blue) = 73+161+151=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #49A197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A197 is #B65E68. Grayscale: #858585. Windows color (decimal): -11951721 or 9937225. OLE color: 9937225.

HSL color Cylindrical-coordinate representation of color #49A197: hue angle of 173.18º 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 #49A197 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB73161151-
CMYK0.5500.060.37
HSL173.18º37.61%45.88%-
HSV(B)173.18º54.66%63.14%-
XYZ21.0829.1433.79-
YUV133.55137.8584.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=18.96%
G=41.82%
B=39.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731611510.5500.060.37173.1837.6145.88
Hex49A197370625ad262e
Octal1112412276706452554656
Binary10010011010000110010111110111011010010110101101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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