#68BCBF

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

Shades of Fountain Blue #68BCBF

Tints of Fountain Blue #68BCBF

Color information

#68BCBF (or 0x68BCBF) is unknown color: approx Fountain Blue. HEX triplet: 68, BC and BF. RGB value is (104,188,191). Sum of RGB (Red+Green+Blue) = 104+188+191=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #68BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCBF is #974340. Grayscale: #A3A3A3. Windows color (decimal): -9913153 or 12565608. OLE color: 12565608.

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

Color convert

RGB104188191-
CMYK0.460.0200.25
HSL182.07º40.47%57.84%-
HSV(B)182.07º45.55%74.9%-
XYZ33.142.6755.78-
YUV163.23143.6785.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.53%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 191 (75% from 255) = 39.54%
R=21.53%
G=38.92%
B=39.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041881910.460.0200.25182.0740.4757.84
Hex68BCBF2E2019b6283a
Octal1502742775620312665072
Binary110100010111100101111111011101001100110110110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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