#66ACA7

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

Shades of Tradewind #66ACA7

Tints of Tradewind #66ACA7

Color information

#66ACA7 (or 0x66ACA7) is unknown color: approx Tradewind. HEX triplet: 66, AC and A7. RGB value is (102,172,167). Sum of RGB (Red+Green+Blue) = 102+172+167=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #66ACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ACA7 is #995358. Grayscale: #969696. Windows color (decimal): -10048345 or 10988646. OLE color: 10988646.

HSL color Cylindrical-coordinate representation of color #66ACA7: hue angle of 175.71º 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 #66ACA7 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB102172167-
CMYK0.4100.030.33
HSL175.71º29.66%53.73%-
HSV(B)175.71º40.7%67.45%-
XYZ27.2135.1241.9-
YUV150.5137.3193.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 167 (65.62% from 255) = 37.87%
R=23.13%
G=39.00%
B=37.87%

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
Decimal1021721670.4100.030.33175.7129.6653.73
Hex66ACA7290321b01e36
Octal1462542475103412603666
Binary110011010101100101001111010010111000011011000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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