#61BDC0

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

Shades of Fountain Blue #61BDC0

Tints of Fountain Blue #61BDC0

Color information

#61BDC0 (or 0x61BDC0) is unknown color: approx Fountain Blue. HEX triplet: 61, BD and C0. RGB value is (97,189,192). Sum of RGB (Red+Green+Blue) = 97+189+192=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #61BDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDC0 is #9E423F. Grayscale: #A1A1A1. Windows color (decimal): -10371648 or 12631393. OLE color: 12631393.

HSL color Cylindrical-coordinate representation of color #61BDC0: hue angle of 181.89º 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 #61BDC0 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97189192-
CMYK0.490.0200.25
HSL181.89º42.99%56.67%-
HSV(B)181.89º49.48%75.29%-
XYZ32.6442.7456.4-
YUV161.83145.0281.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.29%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 192 (75.39% from 255) = 40.17%
R=20.29%
G=39.54%
B=40.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971891920.490.0200.25181.8942.9956.67
Hex61BDC0312019b62b39
Octal1412753006120312665371
Binary110000110111101110000001100011001100110110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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