#42A2AB

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

Shades of Boston Blue #42A2AB

Tints of Boston Blue #42A2AB

Color information

#42A2AB (or 0x42A2AB) is unknown color: approx Boston Blue. HEX triplet: 42, A2 and AB. RGB value is (66,162,171). Sum of RGB (Red+Green+Blue) = 66+162+171=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #42A2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A2AB is #BD5D54. Grayscale: #868686. Windows color (decimal): -12410197 or 11248194. OLE color: 11248194.

HSL color Cylindrical-coordinate representation of color #42A2AB: hue angle of 185.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A2AB is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66162171-
CMYK0.610.0500.33
HSL185.14º44.3%46.47%-
HSV(B)185.14º61.4%67.06%-
XYZ22.5229.9443.12-
YUV134.32148.779.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=16.54%
G=40.60%
B=42.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661621710.610.0500.33185.1444.346.47
Hex42A2AB3D5021b92c2e
Octal1022422537550412715456
Binary10000101010001010101011111101101010000110111001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,162,171); }

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

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

 a { background-color: rgb(66,162,171); }

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

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

 span { border-color: rgb(66,162,171); }

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