#69A799

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

Shades of Tradewind #69A799

Tints of Tradewind #69A799

Color information

#69A799 (or 0x69A799) is unknown color: approx Tradewind. HEX triplet: 69, A7 and 99. RGB value is (105,167,153). Sum of RGB (Red+Green+Blue) = 105+167+153=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 167 - color contains mainly: green. Hex color #69A799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A799 is #965866. Grayscale: #929292. Windows color (decimal): -9853031 or 10069865. OLE color: 10069865.

HSL color Cylindrical-coordinate representation of color #69A799: hue angle of 166.45º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A799 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB105167153-
CMYK0.3700.080.35
HSL166.45º26.05%53.33%-
HSV(B)166.45º37.13%65.49%-
XYZ25.3932.9435.16-
YUV146.87131.4698.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.71%
GREEN value IS 167 (65.62% from 255) = 39.29%
BLUE value IS 153 (60.16% from 255) = 36%
R=24.71%
G=39.29%
B=36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051671530.3700.080.35166.4526.0553.33
Hex69A799250823a61a35
Octal15124723145010432463265
Binary11010011010011110011001100101010001000111010011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,167,153); }

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

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

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

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

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

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

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