#54A8AE

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

Shades of Fountain Blue #54A8AE

Tints of Fountain Blue #54A8AE

Color information

#54A8AE (or 0x54A8AE) is unknown color: approx Fountain Blue. HEX triplet: 54, A8 and AE. RGB value is (84,168,174). Sum of RGB (Red+Green+Blue) = 84+168+174=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #54A8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A8AE is #AB5751. Grayscale: #8F8F8F. Windows color (decimal): -11229010 or 11446356. OLE color: 11446356.

HSL color Cylindrical-coordinate representation of color #54A8AE: hue angle of 184º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54A8AE is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB84168174-
CMYK0.520.0300.32
HSL184º35.71%50.59%-
HSV(B)184º51.72%68.24%-
XYZ25.332.9545.07-
YUV143.57145.1785.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.72%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=19.72%
G=39.44%
B=40.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal841681740.520.0300.3218435.7150.59
Hex54A8AE343020b82433
Octal1242502566430402704463
Binary1010100101010001010111011010011010000010111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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