#64C0BD

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

Shades of Fountain Blue #64C0BD

Tints of Fountain Blue #64C0BD

Color information

#64C0BD (or 0x64C0BD) is unknown color: approx Fountain Blue. HEX triplet: 64, C0 and BD. RGB value is (100,192,189). Sum of RGB (Red+Green+Blue) = 100+192+189=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #64C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C0BD is #9B3F42. Grayscale: #A4A4A4. Windows color (decimal): -10174275 or 12435556. OLE color: 12435556.

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

Color convert

RGB100192189-
CMYK0.4800.020.25
HSL178.04º42.2%57.25%-
HSV(B)178.04º47.92%75.29%-
XYZ33.2944.0854.9-
YUV164.15142.0282.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.79%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=20.79%
G=39.92%
B=39.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001921890.4800.020.25178.0442.257.25
Hex64C0BD300219b22a39
Octal1443002756002312625271
Binary110010011000000101111011100000101100110110010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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