#68A0AB

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

Shades of Fountain Blue #68A0AB

Tints of Fountain Blue #68A0AB

Color information

#68A0AB (or 0x68A0AB) is unknown color: approx Fountain Blue. HEX triplet: 68, A0 and AB. RGB value is (104,160,171). Sum of RGB (Red+Green+Blue) = 104+160+171=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #68A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A0AB is #975F54. Grayscale: #909090. Windows color (decimal): -9920341 or 11247720. OLE color: 11247720.

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

Color convert

RGB104160171-
CMYK0.390.0600.33
HSL189.85º28.51%53.92%-
HSV(B)189.85º39.18%67.06%-
XYZ25.6331.0243.17-
YUV144.51142.9599.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.91%
GREEN value IS 160 (62.89% from 255) = 36.78%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=23.91%
G=36.78%
B=39.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041601710.390.0600.33189.8528.5153.92
Hex68A0AB276021be1d36
Octal1502402534760412763566
Binary1101000101000001010101110011111001000011011111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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