#61B3BF

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

Shades of Fountain Blue #61B3BF

Tints of Fountain Blue #61B3BF

Color information

#61B3BF (or 0x61B3BF) is unknown color: approx Fountain Blue. HEX triplet: 61, B3 and BF. RGB value is (97,179,191). Sum of RGB (Red+Green+Blue) = 97+179+191=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #61B3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B3BF is #9E4C40. Grayscale: #9B9B9B. Windows color (decimal): -10374209 or 12563297. OLE color: 12563297.

HSL color Cylindrical-coordinate representation of color #61B3BF: hue angle of 187.66º 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 #61B3BF is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97179191-
CMYK0.490.0600.25
HSL187.66º42.34%56.47%-
HSV(B)187.66º49.21%74.9%-
XYZ30.4538.5455.12-
YUV155.85147.8386.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 179 (70.31% from 255) = 38.33%
BLUE value IS 191 (75% from 255) = 40.90%
R=20.77%
G=38.33%
B=40.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971791910.490.0600.25187.6642.3456.47
Hex61B3BF316019bc2a38
Octal1412632776160312745270
Binary1100001101100111011111111000111001100110111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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