#40A8A0

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

Shades of Blue Chill #40A8A0

Tints of Blue Chill #40A8A0

Color information

#40A8A0 (or 0x40A8A0) is unknown color: approx Blue Chill. HEX triplet: 40, A8 and A0. RGB value is (64,168,160). Sum of RGB (Red+Green+Blue) = 64+168+160=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 168 - color contains mainly: green. Hex color #40A8A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A8A0 is #BF575F. Grayscale: #878787. Windows color (decimal): -12539744 or 10528832. OLE color: 10528832.

HSL color Cylindrical-coordinate representation of color #40A8A0: hue angle of 175.38º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A8A0 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB64168160-
CMYK0.6200.050.34
HSL175.38º44.83%45.49%-
HSV(B)175.38º61.9%65.88%-
XYZ22.4631.6338.18-
YUV135.99141.5476.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.33%
GREEN value IS 168 (66.02% from 255) = 42.86%
BLUE value IS 160 (62.89% from 255) = 40.82%
R=16.33%
G=42.86%
B=40.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal641681600.6200.050.34175.3844.8345.49
Hex40A8A03E0522af2d2d
Octal1002502407605422575555
Binary10000001010100010100000111110010110001010101111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,168,160); }

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

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

 a { background-color: rgb(64,168,160); }

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

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

 span { border-color: rgb(64,168,160); }

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