#56ACAA

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

Shades of Fountain Blue #56ACAA

Tints of Fountain Blue #56ACAA

Color information

#56ACAA (or 0x56ACAA) is unknown color: approx Fountain Blue. HEX triplet: 56, AC and AA. RGB value is (86,172,170). Sum of RGB (Red+Green+Blue) = 86+172+170=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #56ACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ACAA is #A95355. Grayscale: #919191. Windows color (decimal): -11096918 or 11185238. OLE color: 11185238.

HSL color Cylindrical-coordinate representation of color #56ACAA: hue angle of 178.6º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56ACAA is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB86172170-
CMYK0.500.010.33
HSL178.6º34.13%50.59%-
HSV(B)178.6º50%67.45%-
XYZ25.8534.3943.31-
YUV146.06141.5185.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.09%
GREEN value IS 172 (67.58% from 255) = 40.19%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=20.09%
G=40.19%
B=39.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861721700.500.010.33178.634.1350.59
Hex56ACAA320121b32233
Octal1262542526201412634263
Binary101011010101100101010101100100110000110110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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