#69AEA0

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

Shades of Tradewind #69AEA0

Tints of Tradewind #69AEA0

Color information

#69AEA0 (or 0x69AEA0) is unknown color: approx Tradewind. HEX triplet: 69, AE and A0. RGB value is (105,174,160). Sum of RGB (Red+Green+Blue) = 105+174+160=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #69AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AEA0 is #96515F. Grayscale: #979797. Windows color (decimal): -9851232 or 10530409. OLE color: 10530409.

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

Color convert

RGB105174160-
CMYK0.4000.080.32
HSL167.83º29.87%54.71%-
HSV(B)167.83º39.66%68.24%-
XYZ27.3135.8138.73-
YUV151.77132.6494.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.92%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 160 (62.89% from 255) = 36.45%
R=23.92%
G=39.64%
B=36.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051741600.4000.080.32167.8329.8754.71
Hex69AEA0280820a81e37
Octal15125624050010402503667
Binary11010011010111010100000101000010001000001010100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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