#60ACAC

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

Shades of Fountain Blue #60ACAC

Tints of Fountain Blue #60ACAC

Color information

#60ACAC (or 0x60ACAC) is unknown color: approx Fountain Blue. HEX triplet: 60, AC and AC. RGB value is (96,172,172). Sum of RGB (Red+Green+Blue) = 96+172+172=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #60ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ACAC is #9F5353. Grayscale: #959595. Windows color (decimal): -10441556 or 11316320. OLE color: 11316320.

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

Color convert

RGB96172172-
CMYK0.44000.33
HSL180º31.4%52.55%-
HSV(B)180º44.19%67.45%-
XYZ27.0234.9744.36-
YUV149.28140.8290-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.82%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=21.82%
G=39.09%
B=39.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961721720.44000.3318031.452.55
Hex60ACAC2C0021b41f35
Octal1402542545400412643765
Binary11000001010110010101100101100001000011011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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