#68BCBB

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

Shades of Fountain Blue #68BCBB

Tints of Fountain Blue #68BCBB

Color information

#68BCBB (or 0x68BCBB) is unknown color: approx Fountain Blue. HEX triplet: 68, BC and BB. RGB value is (104,188,187). Sum of RGB (Red+Green+Blue) = 104+188+187=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCBB is #974344. Grayscale: #A2A2A2. Windows color (decimal): -9913157 or 12303464. OLE color: 12303464.

HSL color Cylindrical-coordinate representation of color #68BCBB: hue angle of 179.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BCBB is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB104188187-
CMYK0.4500.010.26
HSL179.29º38.53%57.25%-
HSV(B)179.29º44.68%73.73%-
XYZ32.6642.553.5-
YUV162.77141.6786.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.71%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=21.71%
G=39.25%
B=39.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041881870.4500.010.26179.2938.5357.25
Hex68BCBB2D011Ab32739
Octal1502742735501322634771
Binary11010001011110010111011101101011101010110011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,188,187); }

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

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

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

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

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

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

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