#69AEAE

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

Shades of Fountain Blue #69AEAE

Tints of Fountain Blue #69AEAE

Color information

#69AEAE (or 0x69AEAE) is unknown color: approx Fountain Blue. HEX triplet: 69, AE and AE. RGB value is (105,174,174). Sum of RGB (Red+Green+Blue) = 105+174+174=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #69AEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AEAE is #965151. Grayscale: #999999. Windows color (decimal): -9851218 or 11447913. OLE color: 11447913.

HSL color Cylindrical-coordinate representation of color #69AEAE: hue angle of 180º 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 #69AEAE is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB105174174-
CMYK0.40000.32
HSL180º29.87%54.71%-
HSV(B)180º39.66%68.24%-
XYZ28.636.3345.55-
YUV153.37139.6493.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.18%
GREEN value IS 174 (68.36% from 255) = 38.41%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=23.18%
G=38.41%
B=38.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051741740.40000.3218029.8754.71
Hex69AEAE280020b41e37
Octal1512562565000402643667
Binary11010011010111010101110101000001000001011010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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