#68B0B0

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

Shades of Fountain Blue #68B0B0

Tints of Fountain Blue #68B0B0

Color information

#68B0B0 (or 0x68B0B0) is unknown color: approx Fountain Blue. HEX triplet: 68, B0 and B0. RGB value is (104,176,176). Sum of RGB (Red+Green+Blue) = 104+176+176=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 176 - color contains mainly: green, blue. Hex color #68B0B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B0B0 is #974F4F. Grayscale: #9A9A9A. Windows color (decimal): -9916240 or 11579496. OLE color: 11579496.

HSL color Cylindrical-coordinate representation of color #68B0B0: hue angle of 180º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B0B0 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104176176-
CMYK0.41000.31
HSL180º31.3%54.9%-
HSV(B)180º40.91%69.02%-
XYZ29.0737.1346.71-
YUV154.47140.1592-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.81%
GREEN value IS 176 (69.14% from 255) = 38.60%
BLUE value IS 176 (69.14% from 255) = 38.60%
R=22.81%
G=38.60%
B=38.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041761760.41000.3118031.354.9
Hex68B0B029001Fb41f37
Octal1502602605100372643767
Binary1101000101100001011000010100100111111011010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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