#60ACAB

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

Shades of Fountain Blue #60ACAB

Tints of Fountain Blue #60ACAB

Color information

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

HSL color Cylindrical-coordinate representation of color #60ACAB: hue angle of 179.21º 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 #60ACAB is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB96172171-
CMYK0.4400.010.33
HSL179.21º31.4%52.55%-
HSV(B)179.21º44.19%67.45%-
XYZ26.9334.9343.85-
YUV149.16140.3290.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961721710.4400.010.33179.2131.452.55
Hex60ACAB2C0121b31f35
Octal1402542535401412633765
Binary11000001010110010101011101100011000011011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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