#64C0BE

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

Shades of Fountain Blue #64C0BE

Tints of Fountain Blue #64C0BE

Color information

#64C0BE (or 0x64C0BE) is unknown color: approx Fountain Blue. HEX triplet: 64, C0 and BE. RGB value is (100,192,190). Sum of RGB (Red+Green+Blue) = 100+192+190=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #64C0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C0BE is #9B3F41. Grayscale: #A4A4A4. Windows color (decimal): -10174274 or 12501092. OLE color: 12501092.

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

Color convert

RGB100192190-
CMYK0.4800.010.25
HSL178.7º42.2%57.25%-
HSV(B)178.7º47.92%75.29%-
XYZ33.444.1355.47-
YUV164.26142.5282.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.75%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=20.75%
G=39.83%
B=39.42%

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
Decimal1001921900.4800.010.25178.742.257.25
Hex64C0BE300119b32a39
Octal1443002766001312635271
Binary11001001100000010111110110000011100110110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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