#54AAB3

Color #54AAB3 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #54AAB3

Tints of Fountain Blue #54AAB3

Color information

#54AAB3 (or 0x54AAB3) is unknown color: approx Fountain Blue. HEX triplet: 54, AA and B3. RGB value is (84,170,179). Sum of RGB (Red+Green+Blue) = 84+170+179=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #54AAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAB3 is #AB554C. Grayscale: #919191. Windows color (decimal): -11228493 or 11774548. OLE color: 11774548.

HSL color Cylindrical-coordinate representation of color #54AAB3: hue angle of 185.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54AAB3 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB84170179-
CMYK0.530.0500.30
HSL185.68º38.46%51.57%-
HSV(B)185.68º53.07%70.2%-
XYZ26.1733.8947.81-
YUV145.31147.0184.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.40%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=19.40%
G=39.26%
B=41.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841701790.530.0500.30185.6838.4651.57
Hex54AAB335501Eba2634
Octal1242522636550362724664
Binary1010100101010101011001111010110101111010111010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54AAB3; }

 p { color: rgb(84,170,179); }

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

<style>
 a { background-color: #54AAB3; }

 a { background-color: rgb(84,170,179); }

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

<style>
 span { border-color: #54AAB3; }

 span { border-color: rgb(84,170,179); }

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