#54AAB6

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

Shades of Fountain Blue #54AAB6

Tints of Fountain Blue #54AAB6

Color information

#54AAB6 (or 0x54AAB6) is unknown color: approx Fountain Blue. HEX triplet: 54, AA and B6. RGB value is (84,170,182). Sum of RGB (Red+Green+Blue) = 84+170+182=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #54AAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAB6 is #AB5549. Grayscale: #919191. Windows color (decimal): -11228490 or 11971156. OLE color: 11971156.

HSL color Cylindrical-coordinate representation of color #54AAB6: hue angle of 187.35º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54AAB6 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB84170182-
CMYK0.540.0700.29
HSL187.35º40.16%52.16%-
HSV(B)187.35º53.85%71.37%-
XYZ26.4734.0149.43-
YUV145.65148.5184.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.27%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=19.27%
G=38.99%
B=41.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841701820.540.0700.29187.3540.1652.16
Hex54AAB636701Dbb2834
Octal1242522666670352735064
Binary1010100101010101011011011011011101110110111011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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