#6ABBBA

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

Shades of Fountain Blue #6ABBBA

Tints of Fountain Blue #6ABBBA

Color information

#6ABBBA (or 0x6ABBBA) is unknown color: approx Fountain Blue. HEX triplet: 6A, BB and BA. RGB value is (106,187,186). Sum of RGB (Red+Green+Blue) = 106+187+186=479 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.13% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBBA is #954445. Grayscale: #A2A2A2. Windows color (decimal): -9782342 or 12237674. OLE color: 12237674.

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

Color convert

RGB106187186-
CMYK0.4300.010.27
HSL179.26º37.33%57.45%-
HSV(B)179.26º43.32%73.33%-
XYZ32.5842.1552.87-
YUV162.67141.1687.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.13%
GREEN value IS 187 (73.44% from 255) = 39.04%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=22.13%
G=39.04%
B=38.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061871860.4300.010.27179.2637.3357.45
Hex6ABBBA2B011Bb32539
Octal1522732725301332634571
Binary11010101011101110111010101011011101110110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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