#60AAAF

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

Shades of Fountain Blue #60AAAF

Tints of Fountain Blue #60AAAF

Color information

#60AAAF (or 0x60AAAF) is unknown color: approx Fountain Blue. HEX triplet: 60, AA and AF. RGB value is (96,170,175). Sum of RGB (Red+Green+Blue) = 96+170+175=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #60AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AAAF is #9F5550. Grayscale: #949494. Windows color (decimal): -10442065 or 11512416. OLE color: 11512416.

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

Color convert

RGB96170175-
CMYK0.450.0300.31
HSL183.8º33.05%53.14%-
HSV(B)183.8º45.14%68.63%-
XYZ26.9434.3345.76-
YUV148.44142.9890.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.77%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=21.77%
G=38.55%
B=39.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961701750.450.0300.31183.833.0553.14
Hex60AAAF2D301Fb82135
Octal1402522575530372704165
Binary110000010101010101011111011011101111110111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,170,175); }

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

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

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

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

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

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

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