#69AAA9

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

Shades of Tradewind #69AAA9

Tints of Tradewind #69AAA9

Color information

#69AAA9 (or 0x69AAA9) is unknown color: approx Tradewind. HEX triplet: 69, AA and A9. RGB value is (105,170,169). Sum of RGB (Red+Green+Blue) = 105+170+169=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #69AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AAA9 is #965556. Grayscale: #969696. Windows color (decimal): -9852247 or 11119209. OLE color: 11119209.

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

Color convert

RGB105170169-
CMYK0.3800.010.33
HSL179.08º27.66%53.92%-
HSV(B)179.08º38.24%66.67%-
XYZ27.3634.6242.78-
YUV150.45138.4795.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 170 (66.80% from 255) = 38.29%
BLUE value IS 169 (66.41% from 255) = 38.06%
R=23.65%
G=38.29%
B=38.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051701690.3800.010.33179.0827.6653.92
Hex69AAA9260121b31c36
Octal1512522514601412633466
Binary11010011010101010101001100110011000011011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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