#64B0AD

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

Shades of Fountain Blue #64B0AD

Tints of Fountain Blue #64B0AD

Color information

#64B0AD (or 0x64B0AD) is unknown color: approx Fountain Blue. HEX triplet: 64, B0 and AD. RGB value is (100,176,173). Sum of RGB (Red+Green+Blue) = 100+176+173=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #64B0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64B0AD is #9B4F52. Grayscale: #989898. Windows color (decimal): -10178387 or 11382884. OLE color: 11382884.

HSL color Cylindrical-coordinate representation of color #64B0AD: hue angle of 177.63º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64B0AD is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB100176173-
CMYK0.4300.020.31
HSL177.63º32.48%54.12%-
HSV(B)177.63º43.18%69.02%-
XYZ28.3236.7845.14-
YUV152.93139.3290.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.27%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=22.27%
G=39.20%
B=38.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001761730.4300.020.31177.6332.4854.12
Hex64B0AD2B021Fb22036
Octal1442602555302372624066
Binary110010010110000101011011010110101111110110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,176,173); }

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

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

 a { background-color: rgb(100,176,173); }

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

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

 span { border-color: rgb(100,176,173); }

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