#68B3B0

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

Shades of Fountain Blue #68B3B0

Tints of Fountain Blue #68B3B0

Color information

#68B3B0 (or 0x68B3B0) is unknown color: approx Fountain Blue. HEX triplet: 68, B3 and B0. RGB value is (104,179,176). Sum of RGB (Red+Green+Blue) = 104+179+176=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #68B3B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B3B0 is #974C4F. Grayscale: #9C9C9C. Windows color (decimal): -9915472 or 11580264. OLE color: 11580264.

HSL color Cylindrical-coordinate representation of color #68B3B0: hue angle of 177.6º degrees, saturation: 0.33, 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 #68B3B0 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB104179176-
CMYK0.4200.020.30
HSL177.6º33.04%55.49%-
HSV(B)177.6º41.9%70.2%-
XYZ29.6738.3246.91-
YUV156.23139.1590.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.66%
GREEN value IS 179 (70.31% from 255) = 39.00%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=22.66%
G=39.00%
B=38.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1041791760.4200.020.30177.633.0455.49
Hex68B3B02A021Eb22137
Octal1502632605202362624167
Binary110100010110011101100001010100101111010110010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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