#40A7AB

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

Shades of Boston Blue #40A7AB

Tints of Boston Blue #40A7AB

Color information

#40A7AB (or 0x40A7AB) is unknown color: approx Boston Blue. HEX triplet: 40, A7 and AB. RGB value is (64,167,171). Sum of RGB (Red+Green+Blue) = 64+167+171=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #40A7AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A7AB is #BF5854. Grayscale: #888888. Windows color (decimal): -12539989 or 11249472. OLE color: 11249472.

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

Color convert

RGB64167171-
CMYK0.630.0200.33
HSL182.24º45.53%46.08%-
HSV(B)182.24º62.57%67.06%-
XYZ23.2831.6743.41-
YUV136.66147.3876.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.92%
GREEN value IS 167 (65.62% from 255) = 41.54%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=15.92%
G=41.54%
B=42.54%

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
Decimal641671710.630.0200.33182.2445.5346.08
Hex40A7AB3F2021b62e2e
Octal1002472537720412665656
Binary1000000101001111010101111111110010000110110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,167,171); }

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

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

 a { background-color: rgb(64,167,171); }

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

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

 span { border-color: rgb(64,167,171); }

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