#56ABAA

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

Shades of Fountain Blue #56ABAA

Tints of Fountain Blue #56ABAA

Color information

#56ABAA (or 0x56ABAA) is unknown color: approx Fountain Blue. HEX triplet: 56, AB and AA. RGB value is (86,171,170). Sum of RGB (Red+Green+Blue) = 86+171+170=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #56ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ABAA is #A95455. Grayscale: #919191. Windows color (decimal): -11097174 or 11184982. OLE color: 11184982.

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

Color convert

RGB86171170-
CMYK0.5000.010.33
HSL179.29º33.6%50.39%-
HSV(B)179.29º49.71%67.06%-
XYZ25.6634.0143.24-
YUV145.47141.8485.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.14%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=20.14%
G=40.05%
B=39.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861711700.5000.010.33179.2933.650.39
Hex56ABAA320121b32232
Octal1262532526201412634262
Binary101011010101011101010101100100110000110110011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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