#61AAB6

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

Shades of Fountain Blue #61AAB6

Tints of Fountain Blue #61AAB6

Color information

#61AAB6 (or 0x61AAB6) is unknown color: approx Fountain Blue. HEX triplet: 61, AA and B6. RGB value is (97,170,182). Sum of RGB (Red+Green+Blue) = 97+170+182=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #61AAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAB6 is #9E5549. Grayscale: #959595. Windows color (decimal): -10376522 or 11971169. OLE color: 11971169.

HSL color Cylindrical-coordinate representation of color #61AAB6: hue angle of 188.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61AAB6 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB97170182-
CMYK0.470.0700.29
HSL188.47º36.8%54.71%-
HSV(B)188.47º46.7%71.37%-
XYZ27.7534.6749.49-
YUV149.54146.3290.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.60%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 182 (71.48% from 255) = 40.53%
R=21.60%
G=37.86%
B=40.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971701820.470.0700.29188.4736.854.71
Hex61AAB62F701Dbc2537
Octal1412522665770352744567
Binary1100001101010101011011010111111101110110111100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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