#44A09E

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

Shades of Blue Chill #44A09E

Tints of Blue Chill #44A09E

Color information

#44A09E (or 0x44A09E) is unknown color: approx Blue Chill. HEX triplet: 44, A0 and 9E. RGB value is (68,160,158). Sum of RGB (Red+Green+Blue) = 68+160+158=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #44A09E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A09E is #BB5F61. Grayscale: #848484. Windows color (decimal): -12279650 or 10395716. OLE color: 10395716.

HSL color Cylindrical-coordinate representation of color #44A09E: hue angle of 178.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44A09E is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB68160158-
CMYK0.5700.010.37
HSL178.7º40.35%44.71%-
HSV(B)178.7º57.5%62.75%-
XYZ21.1328.8436.8-
YUV132.26142.5282.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.62%
GREEN value IS 160 (62.89% from 255) = 41.45%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=17.62%
G=41.45%
B=40.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681601580.5700.010.37178.740.3544.71
Hex44A09E390125b3282d
Octal1042402367101452635055
Binary100010010100000100111101110010110010110110011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,160,158); }

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

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

 a { background-color: rgb(68,160,158); }

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

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

 span { border-color: rgb(68,160,158); }

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