#55B0AC

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

Shades of Fountain Blue #55B0AC

Tints of Fountain Blue #55B0AC

Color information

#55B0AC (or 0x55B0AC) is unknown color: approx Fountain Blue. HEX triplet: 55, B0 and AC. RGB value is (85,176,172). Sum of RGB (Red+Green+Blue) = 85+176+172=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #55B0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B0AC is #AA4F53. Grayscale: #949494. Windows color (decimal): -11161428 or 11317333. OLE color: 11317333.

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

Color convert

RGB85176172-
CMYK0.5200.020.31
HSL177.36º36.55%51.18%-
HSV(B)177.36º51.7%69.02%-
XYZ26.7235.9644.56-
YUV148.34141.3582.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.63%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=19.63%
G=40.65%
B=39.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851761720.5200.020.31177.3636.5551.18
Hex55B0AC34021Fb12533
Octal1252602546402372614563
Binary101010110110000101011001101000101111110110001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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