#64C1C0

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

Shades of Fountain Blue #64C1C0

Tints of Fountain Blue #64C1C0

Color information

#64C1C0 (or 0x64C1C0) is unknown color: approx Fountain Blue. HEX triplet: 64, C1 and C0. RGB value is (100,193,192). Sum of RGB (Red+Green+Blue) = 100+193+192=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #64C1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C1C0 is #9B3E3F. Grayscale: #A4A4A4. Windows color (decimal): -10174016 or 12632420. OLE color: 12632420.

HSL color Cylindrical-coordinate representation of color #64C1C0: hue angle of 179.35º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C1C0 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB100193192-
CMYK0.4800.010.24
HSL179.35º42.86%57.45%-
HSV(B)179.35º48.19%75.69%-
XYZ33.8444.6656.7-
YUV165.08143.1981.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.62%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=20.62%
G=39.79%
B=39.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001931920.4800.010.24179.3542.8657.45
Hex64C1C0300118b32b39
Octal1443013006001302635371
Binary11001001100000111000000110000011100010110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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