#61ABAA

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

Shades of Fountain Blue #61ABAA

Tints of Fountain Blue #61ABAA

Color information

#61ABAA (or 0x61ABAA) is unknown color: approx Fountain Blue. HEX triplet: 61, AB and AA. RGB value is (97,171,170). Sum of RGB (Red+Green+Blue) = 97+171+170=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #61ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ABAA is #9E5455. Grayscale: #949494. Windows color (decimal): -10376278 or 11184993. OLE color: 11184993.

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

Color convert

RGB97171170-
CMYK0.4300.010.33
HSL179.19º30.58%52.55%-
HSV(B)179.19º43.27%67.06%-
XYZ26.7534.5743.29-
YUV148.76139.9891.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.15%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=22.15%
G=39.04%
B=38.81%

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
Decimal971711700.4300.010.33179.1930.5852.55
Hex61ABAA2B0121b31f35
Octal1412532525301412633765
Binary11000011010101110101010101011011000011011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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