#61BCB6

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

Shades of Fountain Blue #61BCB6

Tints of Fountain Blue #61BCB6

Color information

#61BCB6 (or 0x61BCB6) is unknown color: approx Fountain Blue. HEX triplet: 61, BC and B6. RGB value is (97,188,182). Sum of RGB (Red+Green+Blue) = 97+188+182=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #61BCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCB6 is #9E4349. Grayscale: #A0A0A0. Windows color (decimal): -10371914 or 11975777. OLE color: 11975777.

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

Color convert

RGB97188182-
CMYK0.4800.030.26
HSL176.04º40.44%55.88%-
HSV(B)176.04º48.4%73.73%-
XYZ31.3641.8950.69-
YUV160.11140.3582.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=20.77%
G=40.26%
B=38.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971881820.4800.030.26176.0440.4455.88
Hex61BCB630031Ab02838
Octal1412742666003322605070
Binary110000110111100101101101100000111101010110000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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