#54A9AC

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

Shades of Fountain Blue #54A9AC

Tints of Fountain Blue #54A9AC

Color information

#54A9AC (or 0x54A9AC) is unknown color: approx Fountain Blue. HEX triplet: 54, A9 and AC. RGB value is (84,169,172). Sum of RGB (Red+Green+Blue) = 84+169+172=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #54A9AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A9AC is #AB5653. Grayscale: #8F8F8F. Windows color (decimal): -11228756 or 11315540. OLE color: 11315540.

HSL color Cylindrical-coordinate representation of color #54A9AC: hue angle of 182.05º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54A9AC is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84169172-
CMYK0.510.0200.33
HSL182.05º34.65%50.2%-
HSV(B)182.05º51.16%67.45%-
XYZ25.2933.2444.11-
YUV143.93143.8485.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.76%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=19.76%
G=39.76%
B=40.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841691720.510.0200.33182.0534.6550.2
Hex54A9AC332021b62332
Octal1242512546320412664362
Binary1010100101010011010110011001110010000110110110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,169,172); }

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

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

 a { background-color: rgb(84,169,172); }

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

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

 span { border-color: rgb(84,169,172); }

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