#61BCBD

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

Shades of Fountain Blue #61BCBD

Tints of Fountain Blue #61BCBD

Color information

#61BCBD (or 0x61BCBD) is unknown color: approx Fountain Blue. HEX triplet: 61, BC and BD. RGB value is (97,188,189). Sum of RGB (Red+Green+Blue) = 97+188+189=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #61BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCBD is #9E4342. Grayscale: #A0A0A0. Windows color (decimal): -10371907 or 12434529. OLE color: 12434529.

HSL color Cylindrical-coordinate representation of color #61BCBD: hue angle of 180.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BCBD is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97188189-
CMYK0.490.0100.26
HSL180.65º41.07%56.08%-
HSV(B)180.65º48.68%74.12%-
XYZ32.142.1854.59-
YUV160.9143.8582.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.46%
GREEN value IS 188 (73.83% from 255) = 39.66%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=20.46%
G=39.66%
B=39.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971881890.490.0100.26180.6541.0756.08
Hex61BCBD31101Ab52938
Octal1412742756110322655170
Binary11000011011110010111101110001101101010110101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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