#45A0AA

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

Shades of Boston Blue #45A0AA

Tints of Boston Blue #45A0AA

Color information

#45A0AA (or 0x45A0AA) is unknown color: approx Boston Blue. HEX triplet: 45, A0 and AA. RGB value is (69,160,170). Sum of RGB (Red+Green+Blue) = 69+160+170=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #45A0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A0AA is #BA5F55. Grayscale: #858585. Windows color (decimal): -12214102 or 11182149. OLE color: 11182149.

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

Color convert

RGB69160170-
CMYK0.590.0600.33
HSL185.94º42.26%46.86%-
HSV(B)185.94º59.41%66.67%-
XYZ22.2829.3142.51-
YUV133.93148.3581.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.29%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=17.29%
G=40.10%
B=42.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691601700.590.0600.33185.9442.2646.86
Hex45A0AA3B6021ba2a2f
Octal1052402527360412725257
Binary10001011010000010101010111011110010000110111010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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