#61C1BC

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

Shades of Fountain Blue #61C1BC

Tints of Fountain Blue #61C1BC

Color information

#61C1BC (or 0x61C1BC) is unknown color: approx Fountain Blue. HEX triplet: 61, C1 and BC. RGB value is (97,193,188). Sum of RGB (Red+Green+Blue) = 97+193+188=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1BC is #9E3E43. Grayscale: #A3A3A3. Windows color (decimal): -10370628 or 12370273. OLE color: 12370273.

HSL color Cylindrical-coordinate representation of color #61C1BC: hue angle of 176.88º 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 #61C1BC is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB97193188-
CMYK0.5000.030.24
HSL176.88º43.64%56.86%-
HSV(B)176.88º49.74%75.69%-
XYZ33.0844.3154.39-
YUV163.73141.780.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.29%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=20.29%
G=40.38%
B=39.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971931880.5000.030.24176.8843.6456.86
Hex61C1BC320318b12c39
Octal1413012746203302615471
Binary110000111000001101111001100100111100010110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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