#68ABAA

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

Shades of Fountain Blue #68ABAA

Tints of Fountain Blue #68ABAA

Color information

#68ABAA (or 0x68ABAA) is unknown color: approx Fountain Blue. HEX triplet: 68, AB and AA. RGB value is (104,171,170). Sum of RGB (Red+Green+Blue) = 104+171+170=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #68ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ABAA is #975455. Grayscale: #969696. Windows color (decimal): -9917526 or 11185000. OLE color: 11185000.

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

Color convert

RGB104171170-
CMYK0.3900.010.33
HSL179.1º28.51%53.92%-
HSV(B)179.1º39.18%67.06%-
XYZ27.5334.9743.33-
YUV150.85138.894.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.37%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=23.37%
G=38.43%
B=38.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041711700.3900.010.33179.128.5153.92
Hex68ABAA270121b31d36
Octal1502532524701412633566
Binary11010001010101110101010100111011000011011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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