#61ACAA

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

Shades of Fountain Blue #61ACAA

Tints of Fountain Blue #61ACAA

Color information

#61ACAA (or 0x61ACAA) is unknown color: approx Fountain Blue. HEX triplet: 61, AC and AA. RGB value is (97,172,170). Sum of RGB (Red+Green+Blue) = 97+172+170=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #61ACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ACAA is #9E5355. Grayscale: #959595. Windows color (decimal): -10376022 or 11185249. OLE color: 11185249.

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

Color convert

RGB97172170-
CMYK0.4400.010.33
HSL178.4º31.12%52.75%-
HSV(B)178.4º43.6%67.45%-
XYZ26.9434.9543.36-
YUV149.35139.6590.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.10%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=22.10%
G=39.18%
B=38.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971721700.4400.010.33178.431.1252.75
Hex61ACAA2C0121b21f35
Octal1412542525401412623765
Binary11000011010110010101010101100011000011011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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