#61BFBA

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

Shades of Fountain Blue #61BFBA

Tints of Fountain Blue #61BFBA

Color information

#61BFBA (or 0x61BFBA) is unknown color: approx Fountain Blue. HEX triplet: 61, BF and BA. RGB value is (97,191,186). Sum of RGB (Red+Green+Blue) = 97+191+186=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #61BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFBA is #9E4045. Grayscale: #A2A2A2. Windows color (decimal): -10371142 or 12238689. OLE color: 12238689.

HSL color Cylindrical-coordinate representation of color #61BFBA: hue angle of 176.81º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BFBA is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB97191186-
CMYK0.4900.030.25
HSL176.81º42.34%56.47%-
HSV(B)176.81º49.21%74.9%-
XYZ32.4243.3553.11-
YUV162.32141.3681.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.46%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=20.46%
G=40.30%
B=39.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971911860.4900.030.25176.8142.3456.47
Hex61BFBA310319b12a38
Octal1412772726103312615270
Binary110000110111111101110101100010111100110110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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