#6CBFBC

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

Shades of Fountain Blue #6CBFBC

Tints of Fountain Blue #6CBFBC

Color information

#6CBFBC (or 0x6CBFBC) is unknown color: approx Fountain Blue. HEX triplet: 6C, BF and BC. RGB value is (108,191,188). Sum of RGB (Red+Green+Blue) = 108+191+188=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFBC is #934043. Grayscale: #A5A5A5. Windows color (decimal): -9650244 or 12369772. OLE color: 12369772.

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

Color convert

RGB108191188-
CMYK0.4300.020.25
HSL177.83º39.34%58.63%-
HSV(B)177.83º43.46%74.9%-
XYZ33.8944.0854.3-
YUV165.84140.586.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.18%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=22.18%
G=39.22%
B=38.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081911880.4300.020.25177.8339.3458.63
Hex6CBFBC2B0219b2273b
Octal1542772745302312624773
Binary110110010111111101111001010110101100110110010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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