#41A0AB

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

Shades of Boston Blue #41A0AB

Tints of Boston Blue #41A0AB

Color information

#41A0AB (or 0x41A0AB) is unknown color: approx Boston Blue. HEX triplet: 41, A0 and AB. RGB value is (65,160,171). Sum of RGB (Red+Green+Blue) = 65+160+171=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #41A0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A0AB is #BE5F54. Grayscale: #848484. Windows color (decimal): -12476245 or 11247681. OLE color: 11247681.

HSL color Cylindrical-coordinate representation of color #41A0AB: hue angle of 186.23º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41A0AB is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65160171-
CMYK0.620.0600.33
HSL186.23º44.92%46.27%-
HSV(B)186.23º61.99%67.06%-
XYZ22.129.2143-
YUV132.85149.5379.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.41%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=16.41%
G=40.40%
B=43.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651601710.620.0600.33186.2344.9246.27
Hex41A0AB3E6021ba2d2e
Octal1012402537660412725556
Binary10000011010000010101011111110110010000110111010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A0AB; }

 p { color: rgb(65,160,171); }

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

<style>
 a { background-color: #41A0AB; }

 a { background-color: rgb(65,160,171); }

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

<style>
 span { border-color: #41A0AB; }

 span { border-color: rgb(65,160,171); }

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