#61BABD

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

Shades of Fountain Blue #61BABD

Tints of Fountain Blue #61BABD

Color information

#61BABD (or 0x61BABD) is unknown color: approx Fountain Blue. HEX triplet: 61, BA and BD. RGB value is (97,186,189). Sum of RGB (Red+Green+Blue) = 97+186+189=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #61BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BABD is #9E4542. Grayscale: #9F9F9F. Windows color (decimal): -10372419 or 12434017. OLE color: 12434017.

HSL color Cylindrical-coordinate representation of color #61BABD: hue angle of 181.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BABD is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97186189-
CMYK0.490.0200.26
HSL181.96º41.07%56.08%-
HSV(B)181.96º48.68%74.12%-
XYZ31.6741.3354.45-
YUV159.73144.5183.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=20.55%
G=39.41%
B=40.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971861890.490.0200.26181.9641.0756.08
Hex61BABD31201Ab62938
Octal1412722756120322665170
Binary110000110111010101111011100011001101010110110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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