#68A4AB

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

Shades of Fountain Blue #68A4AB

Tints of Fountain Blue #68A4AB

Color information

#68A4AB (or 0x68A4AB) is unknown color: approx Fountain Blue. HEX triplet: 68, A4 and AB. RGB value is (104,164,171). Sum of RGB (Red+Green+Blue) = 104+164+171=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #68A4AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A4AB is #975B54. Grayscale: #929292. Windows color (decimal): -9919317 or 11248744. OLE color: 11248744.

HSL color Cylindrical-coordinate representation of color #68A4AB: hue angle of 186.27º 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 #68A4AB is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104164171-
CMYK0.390.0400.33
HSL186.27º28.51%53.92%-
HSV(B)186.27º39.18%67.06%-
XYZ26.3432.4343.4-
YUV146.86141.6297.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.69%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=23.69%
G=37.36%
B=38.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041641710.390.0400.33186.2728.5153.92
Hex68A4AB274021ba1d36
Octal1502442534740412723566
Binary1101000101001001010101110011110001000011011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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