#55B8BA

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

Shades of Fountain Blue #55B8BA

Tints of Fountain Blue #55B8BA

Color information

#55B8BA (or 0x55B8BA) is unknown color: approx Fountain Blue. HEX triplet: 55, B8 and BA. RGB value is (85,184,186). Sum of RGB (Red+Green+Blue) = 85+184+186=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #55B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B8BA is #AA4745. Grayscale: #9A9A9A. Windows color (decimal): -11159366 or 12236885. OLE color: 12236885.

HSL color Cylindrical-coordinate representation of color #55B8BA: hue angle of 181.19º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B8BA is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85184186-
CMYK0.540.0100.27
HSL181.19º42.26%53.14%-
HSV(B)181.19º54.3%72.94%-
XYZ29.7539.7652.56-
YUV154.63145.778.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.68%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=18.68%
G=40.44%
B=40.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851841860.540.0100.27181.1942.2653.14
Hex55B8BA36101Bb52a35
Octal1252702726610332655265
Binary10101011011100010111010110110101101110110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,184,186); }

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

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

 a { background-color: rgb(85,184,186); }

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

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

 span { border-color: rgb(85,184,186); }

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