#6CBABC

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

Shades of Fountain Blue #6CBABC

Tints of Fountain Blue #6CBABC

Color information

#6CBABC (or 0x6CBABC) is unknown color: approx Fountain Blue. HEX triplet: 6C, BA and BC. RGB value is (108,186,188). Sum of RGB (Red+Green+Blue) = 108+186+188=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #6CBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBABC is #934543. Grayscale: #A2A2A2. Windows color (decimal): -9651524 or 12368492. OLE color: 12368492.

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

Color convert

RGB108186188-
CMYK0.430.0100.26
HSL181.5º37.38%58.04%-
HSV(B)181.5º42.55%73.73%-
XYZ32.8241.9453.94-
YUV162.91142.1688.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.41%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=22.41%
G=38.59%
B=39.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081861880.430.0100.26181.537.3858.04
Hex6CBABC2B101Ab6253a
Octal1542722745310322664572
Binary11011001011101010111100101011101101010110110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,188); }

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

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

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

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

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

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

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