#68A9AB

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

Shades of Fountain Blue #68A9AB

Tints of Fountain Blue #68A9AB

Color information

#68A9AB (or 0x68A9AB) is unknown color: approx Fountain Blue. HEX triplet: 68, A9 and AB. RGB value is (104,169,171). Sum of RGB (Red+Green+Blue) = 104+169+171=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #68A9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A9AB is #975654. Grayscale: #959595. Windows color (decimal): -9918037 or 11250024. OLE color: 11250024.

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

Color convert

RGB104169171-
CMYK0.390.0100.33
HSL181.79º28.51%53.92%-
HSV(B)181.79º39.18%67.06%-
XYZ27.2534.2643.7-
YUV149.79139.9795.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.42%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=23.42%
G=38.06%
B=38.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041691710.390.0100.33181.7928.5153.92
Hex68A9AB271021b61d36
Octal1502512534710412663566
Binary11010001010100110101011100111101000011011011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A9AB; }

 p { color: rgb(104,169,171); }

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

<style>
 a { background-color: #68A9AB; }

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

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

<style>
 span { border-color: #68A9AB; }

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

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