#61BBBF

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

Shades of Fountain Blue #61BBBF

Tints of Fountain Blue #61BBBF

Color information

#61BBBF (or 0x61BBBF) is unknown color: approx Fountain Blue. HEX triplet: 61, BB and BF. RGB value is (97,187,191). Sum of RGB (Red+Green+Blue) = 97+187+191=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #61BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBBF is #9E4440. Grayscale: #A0A0A0. Windows color (decimal): -10372161 or 12565345. OLE color: 12565345.

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

Color convert

RGB97187191-
CMYK0.490.0200.25
HSL182.55º42.34%56.47%-
HSV(B)182.55º49.21%74.9%-
XYZ32.141.8455.67-
YUV160.55145.1882.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.42%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 191 (75% from 255) = 40.21%
R=20.42%
G=39.37%
B=40.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971871910.490.0200.25182.5542.3456.47
Hex61BBBF312019b72a38
Octal1412732776120312675270
Binary110000110111011101111111100011001100110110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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