#48A0AB

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

Shades of Boston Blue #48A0AB

Tints of Boston Blue #48A0AB

Color information

#48A0AB (or 0x48A0AB) is unknown color: approx Boston Blue. HEX triplet: 48, A0 and AB. RGB value is (72,160,171). Sum of RGB (Red+Green+Blue) = 72+160+171=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #48A0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A0AB is #B75F54. Grayscale: #868686. Windows color (decimal): -12017493 or 11247688. OLE color: 11247688.

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

Color convert

RGB72160171-
CMYK0.580.0600.33
HSL186.67º40.74%47.65%-
HSV(B)186.67º57.89%67.06%-
XYZ22.5929.4643.02-
YUV134.94148.3583.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.87%
GREEN value IS 160 (62.89% from 255) = 39.70%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=17.87%
G=39.70%
B=42.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721601710.580.0600.33186.6740.7447.65
Hex48A0AB3A6021bb2930
Octal1102402537260412735160
Binary10010001010000010101011111010110010000110111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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