#61C0BF

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

Shades of Fountain Blue #61C0BF

Tints of Fountain Blue #61C0BF

Color information

#61C0BF (or 0x61C0BF) is unknown color: approx Fountain Blue. HEX triplet: 61, C0 and BF. RGB value is (97,192,191). Sum of RGB (Red+Green+Blue) = 97+192+191=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #61C0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0BF is #9E3F40. Grayscale: #A3A3A3. Windows color (decimal): -10370881 or 12566625. OLE color: 12566625.

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

Color convert

RGB97192191-
CMYK0.4900.010.25
HSL179.37º42.99%56.67%-
HSV(B)179.37º49.48%75.29%-
XYZ33.184456.03-
YUV163.48143.5380.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.21%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 191 (75% from 255) = 39.79%
R=20.21%
G=40%
B=39.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971921910.4900.010.25179.3742.9956.67
Hex61C0BF310119b32b39
Octal1413002776101312635371
Binary11000011100000010111111110001011100110110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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