#56B3AE

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

Shades of Fountain Blue #56B3AE

Tints of Fountain Blue #56B3AE

Color information

#56B3AE (or 0x56B3AE) is unknown color: approx Fountain Blue. HEX triplet: 56, B3 and AE. RGB value is (86,179,174). Sum of RGB (Red+Green+Blue) = 86+179+174=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #56B3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56B3AE is #A94C51. Grayscale: #969696. Windows color (decimal): -11095122 or 11449174. OLE color: 11449174.

HSL color Cylindrical-coordinate representation of color #56B3AE: hue angle of 176.77º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B3AE is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB86179174-
CMYK0.5200.030.30
HSL176.77º37.96%51.96%-
HSV(B)176.77º51.96%70.2%-
XYZ27.637.2745.78-
YUV150.62141.1981.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.59%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=19.59%
G=40.77%
B=39.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861791740.5200.030.30176.7737.9651.96
Hex56B3AE34031Eb12634
Octal1262632566403362614664
Binary101011010110011101011101101000111111010110001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,179,174); }

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

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

 a { background-color: rgb(86,179,174); }

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

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

 span { border-color: rgb(86,179,174); }

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