#61ACAC

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

Shades of Fountain Blue #61ACAC

Tints of Fountain Blue #61ACAC

Color information

#61ACAC (or 0x61ACAC) is unknown color: approx Fountain Blue. HEX triplet: 61, AC and AC. RGB value is (97,172,172). Sum of RGB (Red+Green+Blue) = 97+172+172=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #61ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ACAC is #9E5353. Grayscale: #959595. Windows color (decimal): -10376020 or 11316321. OLE color: 11316321.

HSL color Cylindrical-coordinate representation of color #61ACAC: hue angle of 180º 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 #61ACAC is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97172172-
CMYK0.44000.33
HSL180º31.12%52.75%-
HSV(B)180º43.6%67.45%-
XYZ27.1335.0244.36-
YUV149.57140.6590.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=22.00%
G=39.00%
B=39.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971721720.44000.3318031.1252.75
Hex61ACAC2C0021b41f35
Octal1412542545400412643765
Binary11000011010110010101100101100001000011011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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