#60AAAA

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

Shades of Fountain Blue #60AAAA

Tints of Fountain Blue #60AAAA

Color information

#60AAAA (or 0x60AAAA) is unknown color: approx Fountain Blue. HEX triplet: 60, AA and AA. RGB value is (96,170,170). Sum of RGB (Red+Green+Blue) = 96+170+170=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #60AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AAAA is #9F5555. Grayscale: #939393. Windows color (decimal): -10442070 or 11184736. OLE color: 11184736.

HSL color Cylindrical-coordinate representation of color #60AAAA: hue angle of 180º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AAAA is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96170170-
CMYK0.44000.33
HSL180º30.33%52.16%-
HSV(B)180º43.53%66.67%-
XYZ26.4534.1443.23-
YUV147.87140.4891-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=22.02%
G=38.99%
B=38.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961701700.44000.3318030.3352.16
Hex60AAAA2C0021b41e34
Octal1402522525400412643664
Binary11000001010101010101010101100001000011011010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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