#40a6a5

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

Shades of Blue Chill #40A6A5

Tints of Blue Chill #40A6A5

Color information

#40A6A5 (or 0x40A6A5) is unknown color: approx Blue Chill. HEX triplet: 40, A6 and A5. RGB value is (64,166,165). Sum of RGB (Red+Green+Blue) = 64+166+165=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #40A6A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A6A5 is #BF595A. Grayscale: #878787. Windows color (decimal): -12540251 or 10856000. OLE color: 10856000.

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

Color convert

RGB64166165-
CMYK0.6100.010.35
HSL179.41º44.35%45.1%-
HSV(B)179.41º61.45%65.1%-
XYZ22.5431.0840.41-
YUV135.39144.7177.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.20%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 165 (64.84% from 255) = 41.77%
R=16.20%
G=42.03%
B=41.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641661650.6100.010.35179.4144.3545.1
Hex40A6A53D0123b32c2d
Octal1002462457501432635455
Binary100000010100110101001011111010110001110110011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40a6a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,166,165); }

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

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

 a { background-color: rgb(64,166,165); }

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

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

 span { border-color: rgb(64,166,165); }

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