#55BABA

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

Shades of Fountain Blue #55BABA

Tints of Fountain Blue #55BABA

Color information

#55BABA (or 0x55BABA) is unknown color: approx Fountain Blue. HEX triplet: 55, BA and BA. RGB value is (85,186,186). Sum of RGB (Red+Green+Blue) = 85+186+186=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #55BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BABA is #AA4545. Grayscale: #9B9B9B. Windows color (decimal): -11158854 or 12237397. OLE color: 12237397.

HSL color Cylindrical-coordinate representation of color #55BABA: hue angle of 180º 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 #55BABA is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85186186-
CMYK0.54000.27
HSL180º42.26%53.14%-
HSV(B)180º54.3%72.94%-
XYZ30.1740.5952.7-
YUV155.8145.0477.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=18.60%
G=40.70%
B=40.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851861860.54000.2718042.2653.14
Hex55BABA36001Bb42a35
Octal1252722726600332645265
Binary10101011011101010111010110110001101110110100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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