#69ABAE

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

Shades of Fountain Blue #69ABAE

Tints of Fountain Blue #69ABAE

Color information

#69ABAE (or 0x69ABAE) is unknown color: approx Fountain Blue. HEX triplet: 69, AB and AE. RGB value is (105,171,174). Sum of RGB (Red+Green+Blue) = 105+171+174=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #69ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69ABAE is #965451. Grayscale: #979797. Windows color (decimal): -9851986 or 11447145. OLE color: 11447145.

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

Color convert

RGB105171174-
CMYK0.400.0200.32
HSL182.61º29.87%54.71%-
HSV(B)182.61º39.66%68.24%-
XYZ28.0335.1945.36-
YUV151.61140.6394.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.33%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=23.33%
G=38%
B=38.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051711740.400.0200.32182.6129.8754.71
Hex69ABAE282020b71e37
Octal1512532565020402673667
Binary110100110101011101011101010001001000001011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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