#6ABFBB

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

Shades of Fountain Blue #6ABFBB

Tints of Fountain Blue #6ABFBB

Color information

#6ABFBB (or 0x6ABFBB) is unknown color: approx Fountain Blue. HEX triplet: 6A, BF and BB. RGB value is (106,191,187). Sum of RGB (Red+Green+Blue) = 106+191+187=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFBB is #954044. Grayscale: #A5A5A5. Windows color (decimal): -9781317 or 12304234. OLE color: 12304234.

HSL color Cylindrical-coordinate representation of color #6ABFBB: hue angle of 177.18º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABFBB is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB106191187-
CMYK0.4500.020.25
HSL177.18º39.91%58.24%-
HSV(B)177.18º44.5%74.9%-
XYZ33.5443.9153.72-
YUV165.13140.3485.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.90%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=21.90%
G=39.46%
B=38.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911870.4500.020.25177.1839.9158.24
Hex6ABFBB2D0219b1283a
Octal1522772735502312615072
Binary110101010111111101110111011010101100110110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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