#61C1BA

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

Shades of Fountain Blue #61C1BA

Tints of Fountain Blue #61C1BA

Color information

#61C1BA (or 0x61C1BA) is unknown color: approx Fountain Blue. HEX triplet: 61, C1 and BA. RGB value is (97,193,186). Sum of RGB (Red+Green+Blue) = 97+193+186=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1BA is #9E3E45. Grayscale: #A3A3A3. Windows color (decimal): -10370630 or 12239201. OLE color: 12239201.

HSL color Cylindrical-coordinate representation of color #61C1BA: hue angle of 175.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C1BA is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB97193186-
CMYK0.5000.040.24
HSL175.62º43.64%56.86%-
HSV(B)175.62º49.74%75.69%-
XYZ32.8644.2353.26-
YUV163.5140.780.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.38%
GREEN value IS 193 (75.78% from 255) = 40.55%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=20.38%
G=40.55%
B=39.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971931860.5000.040.24175.6243.6456.86
Hex61C1BA320418b02c39
Octal1413012726204302605471
Binary1100001110000011011101011001001001100010110000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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