#6ABDBB

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

Shades of Fountain Blue #6ABDBB

Tints of Fountain Blue #6ABDBB

Color information

#6ABDBB (or 0x6ABDBB) is unknown color: approx Fountain Blue. HEX triplet: 6A, BD and BB. RGB value is (106,189,187). Sum of RGB (Red+Green+Blue) = 106+189+187=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #6ABDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDBB is #954244. Grayscale: #A3A3A3. Windows color (decimal): -9781829 or 12303722. OLE color: 12303722.

HSL color Cylindrical-coordinate representation of color #6ABDBB: hue angle of 178.55º degrees, saturation: 0.39, 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 #6ABDBB is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB106189187-
CMYK0.4400.010.26
HSL178.55º38.6%57.84%-
HSV(B)178.55º43.92%74.12%-
XYZ33.1143.0553.58-
YUV163.9614186.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.99%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=21.99%
G=39.21%
B=38.80%

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
Decimal1061891870.4400.010.26178.5538.657.84
Hex6ABDBB2C011Ab3273a
Octal1522752735401322634772
Binary11010101011110110111011101100011101010110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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