#61AABA

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

Shades of Fountain Blue #61AABA

Tints of Fountain Blue #61AABA

Color information

#61AABA (or 0x61AABA) is unknown color: approx Fountain Blue. HEX triplet: 61, AA and BA. RGB value is (97,170,186). Sum of RGB (Red+Green+Blue) = 97+170+186=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #61AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AABA is #9E5545. Grayscale: #959595. Windows color (decimal): -10376518 or 12233313. OLE color: 12233313.

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

Color convert

RGB97170186-
CMYK0.480.0900.27
HSL190.79º39.21%55.49%-
HSV(B)190.79º47.85%72.94%-
XYZ28.1734.8451.69-
YUV150148.3290.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.41%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=21.41%
G=37.53%
B=41.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971701860.480.0900.27190.7939.2155.49
Hex61AABA30901Bbf2737
Octal14125227260110332774767
Binary11000011010101010111010110000100101101110111111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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