#60A4AD

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

Shades of Fountain Blue #60A4AD

Tints of Fountain Blue #60A4AD

Color information

#60A4AD (or 0x60A4AD) is unknown color: approx Fountain Blue. HEX triplet: 60, A4 and AD. RGB value is (96,164,173). Sum of RGB (Red+Green+Blue) = 96+164+173=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #60A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A4AD is #9F5B52. Grayscale: #909090. Windows color (decimal): -10443603 or 11379808. OLE color: 11379808.

HSL color Cylindrical-coordinate representation of color #60A4AD: hue angle of 187.01º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60A4AD is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96164173-
CMYK0.450.0500.32
HSL187.01º31.95%52.75%-
HSV(B)187.01º44.51%67.84%-
XYZ25.6432.0544.37-
YUV144.69143.9793.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.17%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=22.17%
G=37.88%
B=39.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961641730.450.0500.32187.0131.9552.75
Hex60A4AD2D5020bb2035
Octal1402442555550402734065
Binary11000001010010010101101101101101010000010111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,164,173); }

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

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

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

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

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

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

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