#68B1AE

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

Shades of Fountain Blue #68B1AE

Tints of Fountain Blue #68B1AE

Color information

#68B1AE (or 0x68B1AE) is unknown color: approx Fountain Blue. HEX triplet: 68, B1 and AE. RGB value is (104,177,174). Sum of RGB (Red+Green+Blue) = 104+177+174=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #68B1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B1AE is #974E51. Grayscale: #9A9A9A. Windows color (decimal): -9915986 or 11448680. OLE color: 11448680.

HSL color Cylindrical-coordinate representation of color #68B1AE: hue angle of 177.53º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B1AE is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB104177174-
CMYK0.4100.020.31
HSL177.53º31.88%55.1%-
HSV(B)177.53º41.24%69.41%-
XYZ29.0737.4445.74-
YUV154.83138.8291.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.86%
GREEN value IS 177 (69.53% from 255) = 38.90%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=22.86%
G=38.90%
B=38.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041771740.4100.020.31177.5331.8855.1
Hex68B1AE29021Fb22037
Octal1502612565102372624067
Binary110100010110001101011101010010101111110110010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,177,174); }

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

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

 a { background-color: rgb(104,177,174); }

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

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

 span { border-color: rgb(104,177,174); }

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