#56BAB4

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

Shades of Fountain Blue #56BAB4

Tints of Fountain Blue #56BAB4

Color information

#56BAB4 (or 0x56BAB4) is unknown color: approx Fountain Blue. HEX triplet: 56, BA and B4. RGB value is (86,186,180). Sum of RGB (Red+Green+Blue) = 86+186+180=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #56BAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BAB4 is #A9454B. Grayscale: #9B9B9B. Windows color (decimal): -11093324 or 11844182. OLE color: 11844182.

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

Color convert

RGB86186180-
CMYK0.5400.030.27
HSL176.4º42.02%53.33%-
HSV(B)176.4º53.76%72.94%-
XYZ29.6340.3949.41-
YUV155.42141.8778.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.03%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 180 (70.70% from 255) = 39.82%
R=19.03%
G=41.15%
B=39.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861861800.5400.030.27176.442.0253.33
Hex56BAB436031Bb02a35
Octal1262722646603332605265
Binary101011010111010101101001101100111101110110000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56BAB4; }

 p { color: rgb(86,186,180); }

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

<style>
 a { background-color: #56BAB4; }

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

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

<style>
 span { border-color: #56BAB4; }

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

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