#56ACAE

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

Shades of Fountain Blue #56ACAE

Tints of Fountain Blue #56ACAE

Color information

#56ACAE (or 0x56ACAE) is unknown color: approx Fountain Blue. HEX triplet: 56, AC and AE. RGB value is (86,172,174). Sum of RGB (Red+Green+Blue) = 86+172+174=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #56ACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ACAE is #A95351. Grayscale: #929292. Windows color (decimal): -11096914 or 11447382. OLE color: 11447382.

HSL color Cylindrical-coordinate representation of color #56ACAE: hue angle of 181.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56ACAE is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB86172174-
CMYK0.510.0100.32
HSL181.36º35.2%50.98%-
HSV(B)181.36º50.57%68.24%-
XYZ26.2334.5445.33-
YUV146.51143.5184.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 19.91%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=19.91%
G=39.81%
B=40.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861721740.510.0100.32181.3635.250.98
Hex56ACAE331020b52333
Octal1262542566310402654363
Binary101011010101100101011101100111010000010110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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