#68BABF

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

Shades of Fountain Blue #68BABF

Tints of Fountain Blue #68BABF

Color information

#68BABF (or 0x68BABF) is unknown color: approx Fountain Blue. HEX triplet: 68, BA and BF. RGB value is (104,186,191). Sum of RGB (Red+Green+Blue) = 104+186+191=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #68BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BABF is #974540. Grayscale: #A1A1A1. Windows color (decimal): -9913665 or 12565096. OLE color: 12565096.

HSL color Cylindrical-coordinate representation of color #68BABF: hue angle of 183.45º 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 #68BABF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104186191-
CMYK0.460.0300.25
HSL183.45º40.47%57.84%-
HSV(B)183.45º45.55%74.9%-
XYZ32.6741.8255.64-
YUV162.05144.3386.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.62%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 191 (75% from 255) = 39.71%
R=21.62%
G=38.67%
B=39.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041861910.460.0300.25183.4540.4757.84
Hex68BABF2E3019b7283a
Octal1502722775630312675072
Binary110100010111010101111111011101101100110110111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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