#65BFBB

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

Shades of Fountain Blue #65BFBB

Tints of Fountain Blue #65BFBB

Color information

#65BFBB (or 0x65BFBB) is unknown color: approx Fountain Blue. HEX triplet: 65, BF and BB. RGB value is (101,191,187). Sum of RGB (Red+Green+Blue) = 101+191+187=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #65BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFBB is #9A4044. Grayscale: #A3A3A3. Windows color (decimal): -10108997 or 12304229. OLE color: 12304229.

HSL color Cylindrical-coordinate representation of color #65BFBB: hue angle of 177.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BFBB is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB101191187-
CMYK0.4700.020.25
HSL177.33º41.28%57.25%-
HSV(B)177.33º47.12%74.9%-
XYZ32.9743.6253.69-
YUV163.63141.1883.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.09%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=21.09%
G=39.87%
B=39.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011911870.4700.020.25177.3341.2857.25
Hex65BFBB2F0219b12939
Octal1452772735702312615171
Binary110010110111111101110111011110101100110110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65BFBB; }

 p { color: rgb(101,191,187); }

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

<style>
 a { background-color: #65BFBB; }

 a { background-color: rgb(101,191,187); }

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

<style>
 span { border-color: #65BFBB; }

 span { border-color: rgb(101,191,187); }

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