#64ABAB

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

Shades of Fountain Blue #64ABAB

Tints of Fountain Blue #64ABAB

Color information

#64ABAB (or 0x64ABAB) is unknown color: approx Fountain Blue. HEX triplet: 64, AB and AB. RGB value is (100,171,171). Sum of RGB (Red+Green+Blue) = 100+171+171=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #64ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ABAB is #9B5454. Grayscale: #959595. Windows color (decimal): -10179669 or 11250532. OLE color: 11250532.

HSL color Cylindrical-coordinate representation of color #64ABAB: hue angle of 180º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64ABAB is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100171171-
CMYK0.42000.33
HSL180º29.71%53.14%-
HSV(B)180º41.52%67.06%-
XYZ27.1734.7843.81-
YUV149.77139.9892.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.62%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=22.62%
G=38.69%
B=38.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001711710.42000.3318029.7153.14
Hex64ABAB2A0021b41e35
Octal1442532535200412643665
Binary11001001010101110101011101010001000011011010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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