#66ACA3

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

Shades of Tradewind #66ACA3

Tints of Tradewind #66ACA3

Color information

#66ACA3 (or 0x66ACA3) is unknown color: approx Tradewind. HEX triplet: 66, AC and A3. RGB value is (102,172,163). Sum of RGB (Red+Green+Blue) = 102+172+163=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #66ACA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ACA3 is #99535C. Grayscale: #969696. Windows color (decimal): -10048349 or 10726502. OLE color: 10726502.

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

Color convert

RGB102172163-
CMYK0.4100.050.33
HSL172.29º29.66%53.73%-
HSV(B)172.29º40.7%67.45%-
XYZ26.8434.9739.99-
YUV150.04135.3193.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 163 (64.06% from 255) = 37.30%
R=23.34%
G=39.36%
B=37.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721630.4100.050.33172.2929.6653.73
Hex66ACA3290521ac1e36
Octal1462542435105412543666
Binary1100110101011001010001110100101011000011010110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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