#54AEB2

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

Shades of Fountain Blue #54AEB2

Tints of Fountain Blue #54AEB2

Color information

#54AEB2 (or 0x54AEB2) is unknown color: approx Fountain Blue. HEX triplet: 54, AE and B2. RGB value is (84,174,178). Sum of RGB (Red+Green+Blue) = 84+174+178=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #54AEB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AEB2 is #AB514D. Grayscale: #939393. Windows color (decimal): -11227470 or 11710036. OLE color: 11710036.

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

Color convert

RGB84174178-
CMYK0.530.0200.30
HSL182.55º37.9%51.37%-
HSV(B)182.55º52.81%69.8%-
XYZ26.8335.3747.53-
YUV147.55145.1882.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.27%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 178 (69.92% from 255) = 40.83%
R=19.27%
G=39.91%
B=40.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841741780.530.0200.30182.5537.951.37
Hex54AEB235201Eb72633
Octal1242562626520362674663
Binary101010010101110101100101101011001111010110111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,174,178); }

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

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

 a { background-color: rgb(84,174,178); }

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

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

 span { border-color: rgb(84,174,178); }

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