#44A59B

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

Shades of Blue Chill #44A59B

Tints of Blue Chill #44A59B

Color information

#44A59B (or 0x44A59B) is unknown color: approx Blue Chill. HEX triplet: 44, A5 and 9B. RGB value is (68,165,155). Sum of RGB (Red+Green+Blue) = 68+165+155=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #44A59B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A59B is #BB5A64. Grayscale: #868686. Windows color (decimal): -12278373 or 10200388. OLE color: 10200388.

HSL color Cylindrical-coordinate representation of color #44A59B: hue angle of 173.81º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A59B is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB68165155-
CMYK0.5900.060.35
HSL173.81º41.63%45.69%-
HSV(B)173.81º58.79%64.71%-
XYZ21.7630.5135.75-
YUV134.86139.3680.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.53%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=17.53%
G=42.53%
B=39.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681651550.5900.060.35173.8141.6345.69
Hex44A59B3B0623ae2a2e
Octal1042452337306432565256
Binary10001001010010110011011111011011010001110101110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A59B; }

 p { color: rgb(68,165,155); }

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

<style>
 a { background-color: #44A59B; }

 a { background-color: rgb(68,165,155); }

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

<style>
 span { border-color: #44A59B; }

 span { border-color: rgb(68,165,155); }

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