#69AAAC

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

Shades of Fountain Blue #69AAAC

Tints of Fountain Blue #69AAAC

Color information

#69AAAC (or 0x69AAAC) is unknown color: approx Fountain Blue. HEX triplet: 69, AA and AC. RGB value is (105,170,172). Sum of RGB (Red+Green+Blue) = 105+170+172=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #69AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AAAC is #965553. Grayscale: #969696. Windows color (decimal): -9852244 or 11315817. OLE color: 11315817.

HSL color Cylindrical-coordinate representation of color #69AAAC: hue angle of 181.79º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AAAC is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105170172-
CMYK0.390.0100.33
HSL181.79º28.76%54.31%-
HSV(B)181.79º38.95%67.45%-
XYZ27.6534.7344.28-
YUV150.79139.9795.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=23.49%
G=38.03%
B=38.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051701720.390.0100.33181.7928.7654.31
Hex69AAAC271021b61d36
Octal1512522544710412663566
Binary11010011010101010101100100111101000011011011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AAAC; }

 p { color: rgb(105,170,172); }

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

<style>
 a { background-color: #69AAAC; }

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

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

<style>
 span { border-color: #69AAAC; }

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

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