#54AFAE

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

Shades of Fountain Blue #54AFAE

Tints of Fountain Blue #54AFAE

Color information

#54AFAE (or 0x54AFAE) is unknown color: approx Fountain Blue. HEX triplet: 54, AF and AE. RGB value is (84,175,174). Sum of RGB (Red+Green+Blue) = 84+175+174=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #54AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AFAE is #AB5051. Grayscale: #939393. Windows color (decimal): -11227218 or 11448148. OLE color: 11448148.

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

Color convert

RGB84175174-
CMYK0.5200.010.31
HSL179.34º36.25%50.78%-
HSV(B)179.34º52%68.63%-
XYZ26.6335.645.51-
YUV147.68142.8582.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.40%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=19.40%
G=40.42%
B=40.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841751740.5200.010.31179.3436.2550.78
Hex54AFAE34011Fb32433
Octal1242572566401372634463
Binary10101001010111110101110110100011111110110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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