#6AACAC

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

Shades of Fountain Blue #6AACAC

Tints of Fountain Blue #6AACAC

Color information

#6AACAC (or 0x6AACAC) is unknown color: approx Fountain Blue. HEX triplet: 6A, AC and AC. RGB value is (106,172,172). Sum of RGB (Red+Green+Blue) = 106+172+172=450 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.56% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #6AACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AACAC is #955353. Grayscale: #989898. Windows color (decimal): -9786196 or 11316330. OLE color: 11316330.

HSL color Cylindrical-coordinate representation of color #6AACAC: 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.38%. Process color model (Four color, CMYK) of #6AACAC is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106172172-
CMYK0.38000.33
HSL180º28.45%54.51%-
HSV(B)180º38.37%67.45%-
XYZ28.1435.5544.41-
YUV152.27139.1395-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.56%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=23.56%
G=38.22%
B=38.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061721720.38000.3318028.4554.51
Hex6AACAC260021b41c37
Octal1522542544600412643467
Binary11010101010110010101100100110001000011011010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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