#64BEB9

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

Shades of Fountain Blue #64BEB9

Tints of Fountain Blue #64BEB9

Color information

#64BEB9 (or 0x64BEB9) is unknown color: approx Fountain Blue. HEX triplet: 64, BE and B9. RGB value is (100,190,185). Sum of RGB (Red+Green+Blue) = 100+190+185=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #64BEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEB9 is #9B4146. Grayscale: #A2A2A2. Windows color (decimal): -10174791 or 12172900. OLE color: 12172900.

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

Color convert

RGB100190185-
CMYK0.4700.030.25
HSL176.67º40.91%56.86%-
HSV(B)176.67º47.37%74.51%-
XYZ32.4343.0452.5-
YUV162.52140.6883.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.05%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 185 (72.66% from 255) = 38.95%
R=21.05%
G=40%
B=38.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001901850.4700.030.25176.6740.9156.86
Hex64BEB92F0319b12939
Octal1442762715703312615171
Binary110010010111110101110011011110111100110110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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