#56B6B4

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

Shades of Fountain Blue #56B6B4

Tints of Fountain Blue #56B6B4

Color information

#56B6B4 (or 0x56B6B4) is unknown color: approx Fountain Blue. HEX triplet: 56, B6 and B4. RGB value is (86,182,180). Sum of RGB (Red+Green+Blue) = 86+182+180=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #56B6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B6B4 is #A9494B. Grayscale: #989898. Windows color (decimal): -11094348 or 11843158. OLE color: 11843158.

HSL color Cylindrical-coordinate representation of color #56B6B4: hue angle of 178.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B6B4 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB86182180-
CMYK0.5300.010.29
HSL178.75º39.67%52.55%-
HSV(B)178.75º52.75%71.37%-
XYZ28.838.7349.14-
YUV153.07143.280.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.20%
GREEN value IS 182 (71.48% from 255) = 40.62%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=19.20%
G=40.62%
B=40.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861821800.5300.010.29178.7539.6752.55
Hex56B6B435011Db32835
Octal1262662646501352635065
Binary10101101011011010110100110101011110110110011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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