#55B0AF

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

Shades of Fountain Blue #55B0AF

Tints of Fountain Blue #55B0AF

Color information

#55B0AF (or 0x55B0AF) is unknown color: approx Fountain Blue. HEX triplet: 55, B0 and AF. RGB value is (85,176,175). Sum of RGB (Red+Green+Blue) = 85+176+175=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #55B0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B0AF is #AA4F50. Grayscale: #949494. Windows color (decimal): -11161425 or 11513941. OLE color: 11513941.

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

Color convert

RGB85176175-
CMYK0.5200.010.31
HSL179.34º36.55%51.18%-
HSV(B)179.34º51.7%69.02%-
XYZ27.0136.0846.1-
YUV148.68142.8582.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.50%
GREEN value IS 176 (69.14% from 255) = 40.37%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=19.50%
G=40.37%
B=40.14%

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
Decimal851761750.5200.010.31179.3436.5551.18
Hex55B0AF34011Fb32533
Octal1252602576401372634563
Binary10101011011000010101111110100011111110110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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