#68BAB7

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

Shades of Fountain Blue #68BAB7

Tints of Fountain Blue #68BAB7

Color information

#68BAB7 (or 0x68BAB7) is unknown color: approx Fountain Blue. HEX triplet: 68, BA and B7. RGB value is (104,186,183). Sum of RGB (Red+Green+Blue) = 104+186+183=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BAB7 is #974548. Grayscale: #A1A1A1. Windows color (decimal): -9913673 or 12040808. OLE color: 12040808.

HSL color Cylindrical-coordinate representation of color #68BAB7: hue angle of 177.8º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BAB7 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB104186183-
CMYK0.4400.020.27
HSL177.8º37.27%56.86%-
HSV(B)177.8º44.09%72.94%-
XYZ31.8241.4851.13-
YUV161.14140.3387.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.99%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 183 (71.88% from 255) = 38.69%
R=21.99%
G=39.32%
B=38.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041861830.4400.020.27177.837.2756.86
Hex68BAB72C021Bb22539
Octal1502722675402332624571
Binary110100010111010101101111011000101101110110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,186,183); }

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

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

 a { background-color: rgb(104,186,183); }

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

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

 span { border-color: rgb(104,186,183); }

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