#60A8AC

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

Shades of Fountain Blue #60A8AC

Tints of Fountain Blue #60A8AC

Color information

#60A8AC (or 0x60A8AC) is unknown color: approx Fountain Blue. HEX triplet: 60, A8 and AC. RGB value is (96,168,172). Sum of RGB (Red+Green+Blue) = 96+168+172=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #60A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A8AC is #9F5753. Grayscale: #929292. Windows color (decimal): -10442580 or 11315296. OLE color: 11315296.

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

Color convert

RGB96168172-
CMYK0.440.0200.33
HSL183.16º31.4%52.55%-
HSV(B)183.16º44.19%67.45%-
XYZ26.2733.4744.11-
YUV146.93142.1591.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=22.02%
G=38.53%
B=39.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961681720.440.0200.33183.1631.452.55
Hex60A8AC2C2021b71f35
Octal1402502545420412673765
Binary110000010101000101011001011001001000011011011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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