#61BBB2

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

Shades of Fountain Blue #61BBB2

Tints of Fountain Blue #61BBB2

Color information

#61BBB2 (or 0x61BBB2) is unknown color: approx Fountain Blue. HEX triplet: 61, BB and B2. RGB value is (97,187,178). Sum of RGB (Red+Green+Blue) = 97+187+178=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BBB2 is #9E444D. Grayscale: #9F9F9F. Windows color (decimal): -10372174 or 11713377. OLE color: 11713377.

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

Color convert

RGB97187178-
CMYK0.4800.050.27
HSL174º39.82%55.69%-
HSV(B)174º48.13%73.33%-
XYZ30.7441.348.47-
YUV159.06138.6883.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.00%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=21.00%
G=40.48%
B=38.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971871780.4800.050.2717439.8255.69
Hex61BBB230051Bae2838
Octal1412732626005332565070
Binary1100001101110111011001011000001011101110101110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,187,178); }

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

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

 a { background-color: rgb(97,187,178); }

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

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

 span { border-color: rgb(97,187,178); }

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