#6ABABA

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

Shades of Fountain Blue #6ABABA

Tints of Fountain Blue #6ABABA

Color information

#6ABABA (or 0x6ABABA) is unknown color: approx Fountain Blue. HEX triplet: 6A, BA and BA. RGB value is (106,186,186). Sum of RGB (Red+Green+Blue) = 106+186+186=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #6ABABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABABA is #954545. Grayscale: #A2A2A2. Windows color (decimal): -9782598 or 12237418. OLE color: 12237418.

HSL color Cylindrical-coordinate representation of color #6ABABA: 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.43%. Process color model (Four color, CMYK) of #6ABABA is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB106186186-
CMYK0.43000.27
HSL180º36.7%57.25%-
HSV(B)180º43.01%72.94%-
XYZ32.3741.7352.8-
YUV162.08141.588-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.18%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=22.18%
G=38.91%
B=38.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061861860.43000.2718036.757.25
Hex6ABABA2B001Bb42539
Octal1522722725300332644571
Binary11010101011101010111010101011001101110110100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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