#42A1AC

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

Shades of Boston Blue #42A1AC

Tints of Boston Blue #42A1AC

Color information

#42A1AC (or 0x42A1AC) is unknown color: approx Boston Blue. HEX triplet: 42, A1 and AC. RGB value is (66,161,172). Sum of RGB (Red+Green+Blue) = 66+161+172=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #42A1AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A1AC is #BD5E53. Grayscale: #858585. Windows color (decimal): -12410452 or 11313474. OLE color: 11313474.

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

Color convert

RGB66161172-
CMYK0.620.0600.33
HSL186.23º44.54%46.67%-
HSV(B)186.23º61.63%67.45%-
XYZ22.4429.6343.57-
YUV133.85149.5379.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=16.54%
G=40.35%
B=43.11%

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
Decimal661611720.620.0600.33186.2344.5446.67
Hex42A1AC3E6021ba2d2f
Octal1022412547660412725557
Binary10000101010000110101100111110110010000110111010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A1AC; }

 p { color: rgb(66,161,172); }

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

<style>
 a { background-color: #42A1AC; }

 a { background-color: rgb(66,161,172); }

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

<style>
 span { border-color: #42A1AC; }

 span { border-color: rgb(66,161,172); }

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