#61B6BC

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

Shades of Fountain Blue #61B6BC

Tints of Fountain Blue #61B6BC

Color information

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

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

Color convert

RGB97182188-
CMYK0.480.0300.26
HSL183.96º40.44%55.88%-
HSV(B)183.96º48.4%73.73%-
XYZ30.7339.6353.61-
YUV157.27145.3485.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971821880.480.0300.26183.9640.4455.88
Hex61B6BC30301Ab82838
Octal1412662746030322705070
Binary110000110110110101111001100001101101010111000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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