#41A0AC

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

Shades of Boston Blue #41A0AC

Tints of Boston Blue #41A0AC

Color information

#41A0AC (or 0x41A0AC) is unknown color: approx Boston Blue. HEX triplet: 41, A0 and AC. RGB value is (65,160,172). Sum of RGB (Red+Green+Blue) = 65+160+172=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #41A0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A0AC is #BE5F53. Grayscale: #848484. Windows color (decimal): -12476244 or 11313217. OLE color: 11313217.

HSL color Cylindrical-coordinate representation of color #41A0AC: hue angle of 186.73º 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 #41A0AC is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65160172-
CMYK0.620.0700.33
HSL186.73º45.15%46.47%-
HSV(B)186.73º62.21%67.45%-
XYZ22.229.2443.5-
YUV132.96150.0379.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.37%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=16.37%
G=40.30%
B=43.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651601720.620.0700.33186.7345.1546.47
Hex41A0AC3E7021bb2d2e
Octal1012402547670412735556
Binary10000011010000010101100111110111010000110111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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