#6ABCBA

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

Shades of Fountain Blue #6ABCBA

Tints of Fountain Blue #6ABCBA

Color information

#6ABCBA (or 0x6ABCBA) is unknown color: approx Fountain Blue. HEX triplet: 6A, BC and BA. RGB value is (106,188,186). Sum of RGB (Red+Green+Blue) = 106+188+186=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCBA is #954345. Grayscale: #A3A3A3. Windows color (decimal): -9782086 or 12237930. OLE color: 12237930.

HSL color Cylindrical-coordinate representation of color #6ABCBA: hue angle of 178.54º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABCBA is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB106188186-
CMYK0.4400.010.26
HSL178.54º37.96%57.65%-
HSV(B)178.54º43.62%73.73%-
XYZ32.7942.5852.94-
YUV163.25140.8387.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.08%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=22.08%
G=39.17%
B=38.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061881860.4400.010.26178.5437.9657.65
Hex6ABCBA2C011Ab3263a
Octal1522742725401322634672
Binary11010101011110010111010101100011101010110011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ABCBA; }

 p { color: rgb(106,188,186); }

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

<style>
 a { background-color: #6ABCBA; }

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

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

<style>
 span { border-color: #6ABCBA; }

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

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