#42A0AB

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

Shades of Boston Blue #42A0AB

Tints of Boston Blue #42A0AB

Color information

#42A0AB (or 0x42A0AB) is unknown color: approx Boston Blue. HEX triplet: 42, A0 and AB. RGB value is (66,160,171). Sum of RGB (Red+Green+Blue) = 66+160+171=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #42A0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A0AB is #BD5F54. Grayscale: #858585. Windows color (decimal): -12410709 or 11247682. OLE color: 11247682.

HSL color Cylindrical-coordinate representation of color #42A0AB: hue angle of 186.29º 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 #42A0AB is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66160171-
CMYK0.610.0600.33
HSL186.29º44.3%46.47%-
HSV(B)186.29º61.4%67.06%-
XYZ22.1729.2443-
YUV133.15149.3680.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.62%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=16.62%
G=40.30%
B=43.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661601710.610.0600.33186.2944.346.47
Hex42A0AB3D6021ba2c2e
Octal1022402537560412725456
Binary10000101010000010101011111101110010000110111010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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