#64BFBA

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

Shades of Fountain Blue #64BFBA

Tints of Fountain Blue #64BFBA

Color information

#64BFBA (or 0x64BFBA) is unknown color: approx Fountain Blue. HEX triplet: 64, BF and BA. RGB value is (100,191,186). Sum of RGB (Red+Green+Blue) = 100+191+186=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #64BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFBA is #9B4045. Grayscale: #A3A3A3. Windows color (decimal): -10174534 or 12238692. OLE color: 12238692.

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

Color convert

RGB100191186-
CMYK0.4800.030.25
HSL176.7º41.55%57.06%-
HSV(B)176.7º47.64%74.9%-
XYZ32.7543.5253.13-
YUV163.22140.8582.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.96%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=20.96%
G=40.04%
B=38.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001911860.4800.030.25176.741.5557.06
Hex64BFBA300319b12a39
Octal1442772726003312615271
Binary110010010111111101110101100000111100110110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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