#68B4B0

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

Shades of Fountain Blue #68B4B0

Tints of Fountain Blue #68B4B0

Color information

#68B4B0 (or 0x68B4B0) is unknown color: approx Fountain Blue. HEX triplet: 68, B4 and B0. RGB value is (104,180,176). Sum of RGB (Red+Green+Blue) = 104+180+176=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #68B4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B4B0 is #974B4F. Grayscale: #9C9C9C. Windows color (decimal): -9915216 or 11580520. OLE color: 11580520.

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

Color convert

RGB104180176-
CMYK0.4200.020.29
HSL176.84º33.63%55.69%-
HSV(B)176.84º42.22%70.59%-
XYZ29.8738.7246.97-
YUV156.82138.8290.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.61%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=22.61%
G=39.13%
B=38.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041801760.4200.020.29176.8433.6355.69
Hex68B4B02A021Db12238
Octal1502642605202352614270
Binary110100010110100101100001010100101110110110001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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