#54ABAA

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

Shades of Fountain Blue #54ABAA

Tints of Fountain Blue #54ABAA

Color information

#54ABAA (or 0x54ABAA) is unknown color: approx Fountain Blue. HEX triplet: 54, AB and AA. RGB value is (84,171,170). Sum of RGB (Red+Green+Blue) = 84+171+170=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #54ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ABAA is #AB5455. Grayscale: #909090. Windows color (decimal): -11228246 or 11184980. OLE color: 11184980.

HSL color Cylindrical-coordinate representation of color #54ABAA: hue angle of 179.31º degrees, saturation: 0.34, 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 #54ABAA is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB84171170-
CMYK0.5100.010.33
HSL179.31º34.12%50%-
HSV(B)179.31º50.88%67.06%-
XYZ25.4733.9143.23-
YUV144.87142.1884.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.76%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 170 (66.80% from 255) = 40%
R=19.76%
G=40.24%
B=40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841711700.5100.010.33179.3134.1250
Hex54ABAA330121b32232
Octal1242532526301412634262
Binary101010010101011101010101100110110000110110011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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