#48A0AA

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

Shades of Boston Blue #48A0AA

Tints of Boston Blue #48A0AA

Color information

#48A0AA (or 0x48A0AA) is unknown color: approx Boston Blue. HEX triplet: 48, A0 and AA. RGB value is (72,160,170). Sum of RGB (Red+Green+Blue) = 72+160+170=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #48A0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A0AA is #B75F55. Grayscale: #868686. Windows color (decimal): -12017494 or 11182152. OLE color: 11182152.

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

Color convert

RGB72160170-
CMYK0.580.0600.33
HSL186.12º40.5%47.45%-
HSV(B)186.12º57.65%66.67%-
XYZ22.529.4242.52-
YUV134.83147.8583.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.91%
GREEN value IS 160 (62.89% from 255) = 39.80%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=17.91%
G=39.80%
B=42.29%

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
Decimal721601700.580.0600.33186.1240.547.45
Hex48A0AA3A6021ba282f
Octal1102402527260412725057
Binary10010001010000010101010111010110010000110111010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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