#40A8AC

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

Shades of Boston Blue #40A8AC

Tints of Boston Blue #40A8AC

Color information

#40A8AC (or 0x40A8AC) is unknown color: approx Boston Blue. HEX triplet: 40, A8 and AC. RGB value is (64,168,172). Sum of RGB (Red+Green+Blue) = 64+168+172=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #40A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A8AC is #BF5753. Grayscale: #898989. Windows color (decimal): -12539732 or 11315264. OLE color: 11315264.

HSL color Cylindrical-coordinate representation of color #40A8AC: hue angle of 182.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40A8AC is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64168172-
CMYK0.630.0200.33
HSL182.22º45.76%46.27%-
HSV(B)182.22º62.79%67.45%-
XYZ23.5632.0743.98-
YUV137.36147.5475.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.84%
GREEN value IS 168 (66.02% from 255) = 41.58%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=15.84%
G=41.58%
B=42.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641681720.630.0200.33182.2245.7646.27
Hex40A8AC3F2021b62e2e
Octal1002502547720412665656
Binary1000000101010001010110011111110010000110110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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