#61B3BA

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

Shades of Fountain Blue #61B3BA

Tints of Fountain Blue #61B3BA

Color information

#61B3BA (or 0x61B3BA) is unknown color: approx Fountain Blue. HEX triplet: 61, B3 and BA. RGB value is (97,179,186). Sum of RGB (Red+Green+Blue) = 97+179+186=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #61B3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B3BA is #9E4C45. Grayscale: #9B9B9B. Windows color (decimal): -10374214 or 12235617. OLE color: 12235617.

HSL color Cylindrical-coordinate representation of color #61B3BA: hue angle of 184.72º 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 #61B3BA is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97179186-
CMYK0.480.0400.27
HSL184.72º39.21%55.49%-
HSV(B)184.72º47.85%72.94%-
XYZ29.9138.3352.28-
YUV155.28145.3386.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.00%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=21.00%
G=38.74%
B=40.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971791860.480.0400.27184.7239.2155.49
Hex61B3BA30401Bb92737
Octal1412632726040332714767
Binary1100001101100111011101011000010001101110111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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