#66ACA6

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

Shades of Tradewind #66ACA6

Tints of Tradewind #66ACA6

Color information

#66ACA6 (or 0x66ACA6) is unknown color: approx Tradewind. HEX triplet: 66, AC and A6. RGB value is (102,172,166). Sum of RGB (Red+Green+Blue) = 102+172+166=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #66ACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ACA6 is #995359. Grayscale: #969696. Windows color (decimal): -10048346 or 10923110. OLE color: 10923110.

HSL color Cylindrical-coordinate representation of color #66ACA6: hue angle of 174.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66ACA6 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB102172166-
CMYK0.4100.030.33
HSL174.86º29.66%53.73%-
HSV(B)174.86º40.7%67.45%-
XYZ27.1135.0841.42-
YUV150.39136.8193.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.18%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 166 (65.23% from 255) = 37.73%
R=23.18%
G=39.09%
B=37.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721660.4100.030.33174.8629.6653.73
Hex66ACA6290321af1e36
Octal1462542465103412573666
Binary110011010101100101001101010010111000011010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,172,166); }

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

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

 a { background-color: rgb(102,172,166); }

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

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

 span { border-color: rgb(102,172,166); }

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