#64AFAD

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

Shades of Fountain Blue #64AFAD

Tints of Fountain Blue #64AFAD

Color information

#64AFAD (or 0x64AFAD) is unknown color: approx Fountain Blue. HEX triplet: 64, AF and AD. RGB value is (100,175,173). Sum of RGB (Red+Green+Blue) = 100+175+173=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #64AFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AFAD is #9B5052. Grayscale: #989898. Windows color (decimal): -10178643 or 11382628. OLE color: 11382628.

HSL color Cylindrical-coordinate representation of color #64AFAD: hue angle of 178.4º 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 #64AFAD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB100175173-
CMYK0.4300.010.31
HSL178.4º31.91%53.92%-
HSV(B)178.4º42.86%68.63%-
XYZ28.1336.3945.08-
YUV152.35139.6590.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.32%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=22.32%
G=39.06%
B=38.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1001751730.4300.010.31178.431.9153.92
Hex64AFAD2B011Fb22036
Octal1442572555301372624066
Binary11001001010111110101101101011011111110110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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