#69AA9D

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

Shades of Tradewind #69AA9D

Tints of Tradewind #69AA9D

Color information

#69AA9D (or 0x69AA9D) is unknown color: approx Tradewind. HEX triplet: 69, AA and 9D. RGB value is (105,170,157). Sum of RGB (Red+Green+Blue) = 105+170+157=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AA9D is #965562. Grayscale: #959595. Windows color (decimal): -9852259 or 10332777. OLE color: 10332777.

HSL color Cylindrical-coordinate representation of color #69AA9D: hue angle of 168º 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 #69AA9D is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB105170157-
CMYK0.3800.080.33
HSL168º27.66%53.92%-
HSV(B)168º38.24%66.67%-
XYZ26.2934.1937.11-
YUV149.08132.4796.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.31%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=24.31%
G=39.35%
B=36.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051701570.3800.080.3316827.6653.92
Hex69AA9D260821a81c36
Octal15125223546010412503466
Binary11010011010101010011101100110010001000011010100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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