#65BFB6

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

Shades of Fountain Blue #65BFB6

Tints of Fountain Blue #65BFB6

Color information

#65BFB6 (or 0x65BFB6) is unknown color: approx Fountain Blue. HEX triplet: 65, BF and B6. RGB value is (101,191,182). Sum of RGB (Red+Green+Blue) = 101+191+182=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #65BFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFB6 is #9A4049. Grayscale: #A3A3A3. Windows color (decimal): -10109002 or 11976549. OLE color: 11976549.

HSL color Cylindrical-coordinate representation of color #65BFB6: hue angle of 174º 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 #65BFB6 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB101191182-
CMYK0.4700.050.25
HSL174º41.28%57.25%-
HSV(B)174º47.12%74.9%-
XYZ32.4443.4150.92-
YUV163.06138.6883.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.31%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 182 (71.48% from 255) = 38.40%
R=21.31%
G=40.30%
B=38.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011911820.4700.050.2517441.2857.25
Hex65BFB62F0519ae2939
Octal1452772665705312565171
Binary1100101101111111011011010111101011100110101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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