#68B2BE

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

Shades of Fountain Blue #68B2BE

Tints of Fountain Blue #68B2BE

Color information

#68B2BE (or 0x68B2BE) is unknown color: approx Fountain Blue. HEX triplet: 68, B2 and BE. RGB value is (104,178,190). Sum of RGB (Red+Green+Blue) = 104+178+190=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #68B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B2BE is #974D41. Grayscale: #9D9D9D. Windows color (decimal): -9915714 or 12497512. OLE color: 12497512.

HSL color Cylindrical-coordinate representation of color #68B2BE: hue angle of 188.37º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68B2BE is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104178190-
CMYK0.450.0600.25
HSL188.37º39.81%57.65%-
HSV(B)188.37º45.26%74.51%-
XYZ30.9238.554.52-
YUV157.24146.4890.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.03%
GREEN value IS 178 (69.92% from 255) = 37.71%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=22.03%
G=37.71%
B=40.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041781900.450.0600.25188.3739.8157.65
Hex68B2BE2D6019bc283a
Octal1502622765560312745072
Binary1101000101100101011111010110111001100110111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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