#55ACAF

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

Shades of Fountain Blue #55ACAF

Tints of Fountain Blue #55ACAF

Color information

#55ACAF (or 0x55ACAF) is unknown color: approx Fountain Blue. HEX triplet: 55, AC and AF. RGB value is (85,172,175). Sum of RGB (Red+Green+Blue) = 85+172+175=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #55ACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ACAF is #AA5350. Grayscale: #929292. Windows color (decimal): -11162449 or 11512917. OLE color: 11512917.

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

Color convert

RGB85172175-
CMYK0.510.0200.31
HSL182º36%50.98%-
HSV(B)182º51.43%68.63%-
XYZ26.2434.5345.84-
YUV146.33144.1884.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.68%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=19.68%
G=39.81%
B=40.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851721750.510.0200.311823650.98
Hex55ACAF33201Fb62433
Octal1252542576320372664463
Binary101010110101100101011111100111001111110110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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