#60AAB2

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

Shades of Fountain Blue #60AAB2

Tints of Fountain Blue #60AAB2

Color information

#60AAB2 (or 0x60AAB2) is unknown color: approx Fountain Blue. HEX triplet: 60, AA and B2. RGB value is (96,170,178). Sum of RGB (Red+Green+Blue) = 96+170+178=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #60AAB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AAB2 is #9F554D. Grayscale: #949494. Windows color (decimal): -10442062 or 11709024. OLE color: 11709024.

HSL color Cylindrical-coordinate representation of color #60AAB2: hue angle of 185.85º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60AAB2 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB96170178-
CMYK0.460.0400.30
HSL185.85º34.75%53.73%-
HSV(B)185.85º46.07%69.8%-
XYZ27.2334.4547.33-
YUV148.79144.4890.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.62%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 178 (69.92% from 255) = 40.09%
R=21.62%
G=38.29%
B=40.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961701780.460.0400.30185.8534.7553.73
Hex60AAB22E401Eba2336
Octal1402522625640362724366
Binary1100000101010101011001010111010001111010111010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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