#40A39E

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

Shades of Blue Chill #40A39E

Tints of Blue Chill #40A39E

Color information

#40A39E (or 0x40A39E) is unknown color: approx Blue Chill. HEX triplet: 40, A3 and 9E. RGB value is (64,163,158). Sum of RGB (Red+Green+Blue) = 64+163+158=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #40A39E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A39E is #BF5C61. Grayscale: #848484. Windows color (decimal): -12541026 or 10396480. OLE color: 10396480.

HSL color Cylindrical-coordinate representation of color #40A39E: hue angle of 176.97º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A39E is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB64163158-
CMYK0.6100.030.36
HSL176.97º43.61%44.51%-
HSV(B)176.97º60.74%63.92%-
XYZ21.3829.7536.96-
YUV132.83142.278.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.62%
GREEN value IS 163 (64.06% from 255) = 42.34%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=16.62%
G=42.34%
B=41.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641631580.6100.030.36176.9743.6144.51
Hex40A39E3D0324b12c2d
Octal1002432367503442615455
Binary1000000101000111001111011110101110010010110001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A39E; }

 p { color: rgb(64,163,158); }

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

<style>
 a { background-color: #40A39E; }

 a { background-color: rgb(64,163,158); }

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

<style>
 span { border-color: #40A39E; }

 span { border-color: rgb(64,163,158); }

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