#6CACAC

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

Shades of Fountain Blue #6CACAC

Tints of Fountain Blue #6CACAC

Color information

#6CACAC (or 0x6CACAC) is unknown color: approx Fountain Blue. HEX triplet: 6C, AC and AC. RGB value is (108,172,172). Sum of RGB (Red+Green+Blue) = 108+172+172=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #6CACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CACAC is #935353. Grayscale: #989898. Windows color (decimal): -9655124 or 11316332. OLE color: 11316332.

HSL color Cylindrical-coordinate representation of color #6CACAC: hue angle of 180º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CACAC is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB108172172-
CMYK0.37000.33
HSL180º27.83%54.9%-
HSV(B)180º37.21%67.45%-
XYZ28.3835.6744.42-
YUV152.86138.896-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.89%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=23.89%
G=38.05%
B=38.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081721720.37000.3318027.8354.9
Hex6CACAC250021b41c37
Octal1542542544500412643467
Binary11011001010110010101100100101001000011011010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,172,172); }

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

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

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

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

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

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

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