#66ABAB

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

Shades of Fountain Blue #66ABAB

Tints of Fountain Blue #66ABAB

Color information

#66ABAB (or 0x66ABAB) is unknown color: approx Fountain Blue. HEX triplet: 66, AB and AB. RGB value is (102,171,171). Sum of RGB (Red+Green+Blue) = 102+171+171=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #66ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ABAB is #995454. Grayscale: #969696. Windows color (decimal): -10048597 or 11250534. OLE color: 11250534.

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

Color convert

RGB102171171-
CMYK0.40000.33
HSL180º29.11%53.53%-
HSV(B)180º40.35%67.06%-
XYZ27.3934.8943.82-
YUV150.37139.6493.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.97%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=22.97%
G=38.51%
B=38.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021711710.40000.3318029.1153.53
Hex66ABAB280021b41d36
Octal1462532535000412643566
Binary11001101010101110101011101000001000011011010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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