#69AE9E

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

Shades of Tradewind #69AE9E

Tints of Tradewind #69AE9E

Color information

#69AE9E (or 0x69AE9E) is unknown color: approx Tradewind. HEX triplet: 69, AE and 9E. RGB value is (105,174,158). Sum of RGB (Red+Green+Blue) = 105+174+158=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AE9E is #965161. Grayscale: #979797. Windows color (decimal): -9851234 or 10399337. OLE color: 10399337.

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

Color convert

RGB105174158-
CMYK0.4000.090.32
HSL166.09º29.87%54.71%-
HSV(B)166.09º39.66%68.24%-
XYZ27.1335.7437.82-
YUV151.54131.6494.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.03%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=24.03%
G=39.82%
B=36.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051741580.4000.090.32166.0929.8754.71
Hex69AE9E280920a61e37
Octal15125623650011402463667
Binary11010011010111010011110101000010011000001010011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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