#61AAA9

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

Shades of Fountain Blue #61AAA9

Tints of Fountain Blue #61AAA9

Color information

#61AAA9 (or 0x61AAA9) is unknown color: approx Fountain Blue. HEX triplet: 61, AA and A9. RGB value is (97,170,169). Sum of RGB (Red+Green+Blue) = 97+170+169=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #61AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AAA9 is #9E5556. Grayscale: #939393. Windows color (decimal): -10376535 or 11119201. OLE color: 11119201.

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

Color convert

RGB97170169-
CMYK0.4300.010.33
HSL179.18º30.04%52.35%-
HSV(B)179.18º42.94%66.67%-
XYZ26.4734.1642.73-
YUV148.06139.8291.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 169 (66.41% from 255) = 38.76%
R=22.25%
G=38.99%
B=38.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971701690.4300.010.33179.1830.0452.35
Hex61AAA92B0121b31e34
Octal1412522515301412633664
Binary11000011010101010101001101011011000011011001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AAA9; }

 p { color: rgb(97,170,169); }

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

<style>
 a { background-color: #61AAA9; }

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

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

<style>
 span { border-color: #61AAA9; }

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

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