#68BABA

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

Shades of Fountain Blue #68BABA

Tints of Fountain Blue #68BABA

Color information

#68BABA (or 0x68BABA) is unknown color: approx Fountain Blue. HEX triplet: 68, BA and BA. RGB value is (104,186,186). Sum of RGB (Red+Green+Blue) = 104+186+186=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #68BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BABA is #974545. Grayscale: #A1A1A1. Windows color (decimal): -9913670 or 12237416. OLE color: 12237416.

HSL color Cylindrical-coordinate representation of color #68BABA: hue angle of 180º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BABA is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104186186-
CMYK0.44000.27
HSL180º37.27%56.86%-
HSV(B)180º44.09%72.94%-
XYZ32.1341.6152.79-
YUV161.48141.8387-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.85%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=21.85%
G=39.08%
B=39.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041861860.44000.2718037.2756.86
Hex68BABA2C001Bb42539
Octal1502722725400332644571
Binary11010001011101010111010101100001101110110100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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