#60ABAC

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

Shades of Fountain Blue #60ABAC

Tints of Fountain Blue #60ABAC

Color information

#60ABAC (or 0x60ABAC) is unknown color: approx Fountain Blue. HEX triplet: 60, AB and AC. RGB value is (96,171,172). Sum of RGB (Red+Green+Blue) = 96+171+172=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #60ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ABAC is #9F5453. Grayscale: #949494. Windows color (decimal): -10441812 or 11316064. OLE color: 11316064.

HSL color Cylindrical-coordinate representation of color #60ABAC: hue angle of 180.79º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60ABAC is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96171172-
CMYK0.440.0100.33
HSL180.79º31.4%52.55%-
HSV(B)180.79º44.19%67.45%-
XYZ26.8334.5944.29-
YUV148.69141.1590.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.87%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=21.87%
G=38.95%
B=39.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961711720.440.0100.33180.7931.452.55
Hex60ABAC2C1021b51f35
Octal1402532545410412653765
Binary11000001010101110101100101100101000011011010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60ABAC; }

 p { color: rgb(96,171,172); }

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

<style>
 a { background-color: #60ABAC; }

 a { background-color: rgb(96,171,172); }

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

<style>
 span { border-color: #60ABAC; }

 span { border-color: rgb(96,171,172); }

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