#61B7BC

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

Shades of Fountain Blue #61B7BC

Tints of Fountain Blue #61B7BC

Color information

#61B7BC (or 0x61B7BC) is unknown color: approx Fountain Blue. HEX triplet: 61, B7 and BC. RGB value is (97,183,188). Sum of RGB (Red+Green+Blue) = 97+183+188=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #61B7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B7BC is #9E4843. Grayscale: #9D9D9D. Windows color (decimal): -10373188 or 12367713. OLE color: 12367713.

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

Color convert

RGB97183188-
CMYK0.480.0300.26
HSL183.3º40.44%55.88%-
HSV(B)183.3º48.4%73.73%-
XYZ30.9440.0453.67-
YUV157.86145.0184.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=20.73%
G=39.10%
B=40.17%

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
Decimal971831880.480.0300.26183.340.4455.88
Hex61B7BC30301Ab72838
Octal1412672746030322675070
Binary110000110110111101111001100001101101010110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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