#64C0BF

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

Shades of Fountain Blue #64C0BF

Tints of Fountain Blue #64C0BF

Color information

#64C0BF (or 0x64C0BF) is unknown color: approx Fountain Blue. HEX triplet: 64, C0 and BF. RGB value is (100,192,191). Sum of RGB (Red+Green+Blue) = 100+192+191=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #64C0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C0BF is #9B3F40. Grayscale: #A4A4A4. Windows color (decimal): -10174273 or 12566628. OLE color: 12566628.

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

Color convert

RGB100192191-
CMYK0.4800.010.25
HSL179.35º42.2%57.25%-
HSV(B)179.35º47.92%75.29%-
XYZ33.5144.1756.05-
YUV164.38143.0282.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.70%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 191 (75% from 255) = 39.54%
R=20.70%
G=39.75%
B=39.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001921910.4800.010.25179.3542.257.25
Hex64C0BF300119b32a39
Octal1443002776001312635271
Binary11001001100000010111111110000011100110110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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