#61BBBA

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

Shades of Fountain Blue #61BBBA

Tints of Fountain Blue #61BBBA

Color information

#61BBBA (or 0x61BBBA) is unknown color: approx Fountain Blue. HEX triplet: 61, BB and BA. RGB value is (97,187,186). Sum of RGB (Red+Green+Blue) = 97+187+186=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #61BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBBA is #9E4445. Grayscale: #9F9F9F. Windows color (decimal): -10372166 or 12237665. OLE color: 12237665.

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

Color convert

RGB97187186-
CMYK0.4800.010.27
HSL179.33º39.82%55.69%-
HSV(B)179.33º48.13%73.33%-
XYZ31.5641.6352.83-
YUV159.98142.6883.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.64%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=20.64%
G=39.79%
B=39.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971871860.4800.010.27179.3339.8255.69
Hex61BBBA30011Bb32838
Octal1412732726001332635070
Binary11000011011101110111010110000011101110110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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