#64ADAB

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

Shades of Fountain Blue #64ADAB

Tints of Fountain Blue #64ADAB

Color information

#64ADAB (or 0x64ADAB) is unknown color: approx Fountain Blue. HEX triplet: 64, AD and AB. RGB value is (100,173,171). Sum of RGB (Red+Green+Blue) = 100+173+171=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #64ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ADAB is #9B5254. Grayscale: #969696. Windows color (decimal): -10179157 or 11251044. OLE color: 11251044.

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

Color convert

RGB100173171-
CMYK0.4200.010.32
HSL178.36º30.8%53.53%-
HSV(B)178.36º42.2%67.84%-
XYZ27.5535.5443.94-
YUV150.94139.3291.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.52%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=22.52%
G=38.96%
B=38.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001731710.4200.010.32178.3630.853.53
Hex64ADAB2A0120b21f36
Octal1442552535201402623766
Binary11001001010110110101011101010011000001011001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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