#68B6B4

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

Shades of Fountain Blue #68B6B4

Tints of Fountain Blue #68B6B4

Color information

#68B6B4 (or 0x68B6B4) is unknown color: approx Fountain Blue. HEX triplet: 68, B6 and B4. RGB value is (104,182,180). Sum of RGB (Red+Green+Blue) = 104+182+180=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #68B6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B6B4 is #97494B. Grayscale: #9E9E9E. Windows color (decimal): -9914700 or 11843176. OLE color: 11843176.

HSL color Cylindrical-coordinate representation of color #68B6B4: hue angle of 178.46º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B6B4 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB104182180-
CMYK0.4300.010.29
HSL178.46º34.82%56.08%-
HSV(B)178.46º42.86%71.37%-
XYZ30.6839.6949.23-
YUV158.45140.1689.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.32%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=22.32%
G=39.06%
B=38.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041821800.4300.010.29178.4634.8256.08
Hex68B6B42B011Db22338
Octal1502662645301352624370
Binary11010001011011010110100101011011110110110010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,182,180); }

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

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

 a { background-color: rgb(104,182,180); }

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

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

 span { border-color: rgb(104,182,180); }

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