#68B7BA

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

Shades of Fountain Blue #68B7BA

Tints of Fountain Blue #68B7BA

Color information

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

HSL color Cylindrical-coordinate representation of color #68B7BA: hue angle of 182.2º 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 #68B7BA is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104183186-
CMYK0.440.0200.27
HSL182.2º37.27%56.86%-
HSV(B)182.2º44.09%72.94%-
XYZ31.5140.3652.58-
YUV159.72142.8388.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041831860.440.0200.27182.237.2756.86
Hex68B7BA2C201Bb62539
Octal1502672725420332664571
Binary110100010110111101110101011001001101110110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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