#40A39F

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

Shades of Blue Chill #40A39F

Tints of Blue Chill #40A39F

Color information

#40A39F (or 0x40A39F) is unknown color: approx Blue Chill. HEX triplet: 40, A3 and 9F. RGB value is (64,163,159). Sum of RGB (Red+Green+Blue) = 64+163+159=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #40A39F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A39F is #BF5C60. Grayscale: #848484. Windows color (decimal): -12541025 or 10462016. OLE color: 10462016.

HSL color Cylindrical-coordinate representation of color #40A39F: hue angle of 177.58º 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 #40A39F is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB64163159-
CMYK0.6100.020.36
HSL177.58º43.61%44.51%-
HSV(B)177.58º60.74%63.92%-
XYZ21.4729.7937.42-
YUV132.94142.778.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.58%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=16.58%
G=42.23%
B=41.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641631590.6100.020.36177.5843.6144.51
Hex40A39F3D0224b22c2d
Octal1002432377502442625455
Binary1000000101000111001111111110101010010010110010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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