#69ACAE

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

Shades of Fountain Blue #69ACAE

Tints of Fountain Blue #69ACAE

Color information

#69ACAE (or 0x69ACAE) is unknown color: approx Fountain Blue. HEX triplet: 69, AC and AE. RGB value is (105,172,174). Sum of RGB (Red+Green+Blue) = 105+172+174=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #69ACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ACAE is #965351. Grayscale: #989898. Windows color (decimal): -9851730 or 11447401. OLE color: 11447401.

HSL color Cylindrical-coordinate representation of color #69ACAE: hue angle of 181.74º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69ACAE is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105172174-
CMYK0.400.0100.32
HSL181.74º29.87%54.71%-
HSV(B)181.74º39.66%68.24%-
XYZ28.2235.5645.42-
YUV152.2140.394.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.28%
GREEN value IS 172 (67.58% from 255) = 38.14%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=23.28%
G=38.14%
B=38.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051721740.400.0100.32181.7429.8754.71
Hex69ACAE281020b61e37
Octal1512542565010402663667
Binary11010011010110010101110101000101000001011011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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