#61ACBB

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

Shades of Fountain Blue #61ACBB

Tints of Fountain Blue #61ACBB

Color information

#61ACBB (or 0x61ACBB) is unknown color: approx Fountain Blue. HEX triplet: 61, AC and BB. RGB value is (97,172,187). Sum of RGB (Red+Green+Blue) = 97+172+187=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #61ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACBB is #9E5344. Grayscale: #979797. Windows color (decimal): -10376005 or 12299361. OLE color: 12299361.

HSL color Cylindrical-coordinate representation of color #61ACBB: hue angle of 190º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61ACBB is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97172187-
CMYK0.480.0800.27
HSL190º39.82%55.69%-
HSV(B)190º48.13%73.33%-
XYZ28.6535.6352.38-
YUV151.28148.1589.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.27%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=21.27%
G=37.72%
B=41.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971721870.480.0800.2719039.8255.69
Hex61ACBB30801Bbe2838
Octal14125427360100332765070
Binary11000011010110010111011110000100001101110111110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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