#66AEAA

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

Shades of Tradewind #66AEAA

Tints of Tradewind #66AEAA

Color information

#66AEAA (or 0x66AEAA) is unknown color: approx Tradewind. HEX triplet: 66, AE and AA. RGB value is (102,174,170). Sum of RGB (Red+Green+Blue) = 102+174+170=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #66AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AEAA is #995155. Grayscale: #979797. Windows color (decimal): -10047830 or 11185766. OLE color: 11185766.

HSL color Cylindrical-coordinate representation of color #66AEAA: hue angle of 176.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AEAA is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB102174170-
CMYK0.4100.020.32
HSL176.67º30.77%54.12%-
HSV(B)176.67º41.38%68.24%-
XYZ27.873643.51-
YUV152.02138.1592.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.87%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=22.87%
G=39.01%
B=38.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021741700.4100.020.32176.6730.7754.12
Hex66AEAA290220b11f36
Octal1462562525102402613766
Binary110011010101110101010101010010101000001011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AEAA; }

 p { color: rgb(102,174,170); }

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

<style>
 a { background-color: #66AEAA; }

 a { background-color: rgb(102,174,170); }

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

<style>
 span { border-color: #66AEAA; }

 span { border-color: rgb(102,174,170); }

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