#54ACAF

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

Shades of Fountain Blue #54ACAF

Tints of Fountain Blue #54ACAF

Color information

#54ACAF (or 0x54ACAF) is unknown color: approx Fountain Blue. HEX triplet: 54, AC and AF. RGB value is (84,172,175). Sum of RGB (Red+Green+Blue) = 84+172+175=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #54ACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ACAF is #AB5350. Grayscale: #919191. Windows color (decimal): -11227985 or 11512916. OLE color: 11512916.

HSL color Cylindrical-coordinate representation of color #54ACAF: hue angle of 181.98º 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 #54ACAF is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB84172175-
CMYK0.520.0200.31
HSL181.98º36.25%50.78%-
HSV(B)181.98º52%68.63%-
XYZ26.1534.4945.84-
YUV146.03144.3583.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.49%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=19.49%
G=39.91%
B=40.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841721750.520.0200.31181.9836.2550.78
Hex54ACAF34201Fb62433
Octal1242542576420372664463
Binary101010010101100101011111101001001111110110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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