#68B2B0

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

Shades of Fountain Blue #68B2B0

Tints of Fountain Blue #68B2B0

Color information

#68B2B0 (or 0x68B2B0) is unknown color: approx Fountain Blue. HEX triplet: 68, B2 and B0. RGB value is (104,178,176). Sum of RGB (Red+Green+Blue) = 104+178+176=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #68B2B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B2B0 is #974D4F. Grayscale: #9B9B9B. Windows color (decimal): -9915728 or 11580008. OLE color: 11580008.

HSL color Cylindrical-coordinate representation of color #68B2B0: hue angle of 178.38º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B2B0 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB104178176-
CMYK0.4200.010.30
HSL178.38º32.46%55.29%-
HSV(B)178.38º41.57%69.8%-
XYZ29.4737.9246.84-
YUV155.65139.4891.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.71%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 176 (69.14% from 255) = 38.43%
R=22.71%
G=38.86%
B=38.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041781760.4200.010.30178.3832.4655.29
Hex68B2B02A011Eb22037
Octal1502622605201362624067
Binary11010001011001010110000101010011111010110010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,178,176); }

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

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

 a { background-color: rgb(104,178,176); }

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

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

 span { border-color: rgb(104,178,176); }

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