#69A49D

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

Shades of Tradewind #69A49D

Tints of Tradewind #69A49D

Color information

#69A49D (or 0x69A49D) is unknown color: approx Tradewind. HEX triplet: 69, A4 and 9D. RGB value is (105,164,157). Sum of RGB (Red+Green+Blue) = 105+164+157=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #69A49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A49D is #965B62. Grayscale: #919191. Windows color (decimal): -9853795 or 10331241. OLE color: 10331241.

HSL color Cylindrical-coordinate representation of color #69A49D: hue angle of 172.88º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A49D is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB105164157-
CMYK0.3600.040.36
HSL172.88º24.48%52.75%-
HSV(B)172.88º35.98%64.31%-
XYZ25.1931.9936.75-
YUV145.56134.4599.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 157 (61.72% from 255) = 36.85%
R=24.65%
G=38.50%
B=36.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051641570.3600.040.36172.8824.4852.75
Hex69A49D240424ad1835
Octal1512442354404442553065
Binary1101001101001001001110110010001001001001010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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