#55AFAC

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

Shades of Fountain Blue #55AFAC

Tints of Fountain Blue #55AFAC

Color information

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

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

Color convert

RGB85175172-
CMYK0.5100.020.31
HSL178º36%50.98%-
HSV(B)178º51.43%68.63%-
XYZ26.5235.5744.5-
YUV147.75141.6883.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851751720.5100.020.311783650.98
Hex55AFAC33021Fb22433
Octal1252572546302372624463
Binary101010110101111101011001100110101111110110010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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