#6ABFBD

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

Shades of Fountain Blue #6ABFBD

Tints of Fountain Blue #6ABFBD

Color information

#6ABFBD (or 0x6ABFBD) is unknown color: approx Fountain Blue. HEX triplet: 6A, BF and BD. RGB value is (106,191,189). Sum of RGB (Red+Green+Blue) = 106+191+189=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFBD is #954042. Grayscale: #A5A5A5. Windows color (decimal): -9781315 or 12435306. OLE color: 12435306.

HSL color Cylindrical-coordinate representation of color #6ABFBD: hue angle of 178.59º 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 #6ABFBD is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB106191189-
CMYK0.4500.010.25
HSL178.59º39.91%58.24%-
HSV(B)178.59º44.5%74.9%-
XYZ33.764454.86-
YUV165.36141.3485.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.81%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=21.81%
G=39.30%
B=38.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061911890.4500.010.25178.5939.9158.24
Hex6ABFBD2D0119b3283a
Octal1522772755501312635072
Binary11010101011111110111101101101011100110110011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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