#66AC9F

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

Shades of Tradewind #66AC9F

Tints of Tradewind #66AC9F

Color information

#66AC9F (or 0x66AC9F) is unknown color: approx Tradewind. HEX triplet: 66, AC and 9F. RGB value is (102,172,159). Sum of RGB (Red+Green+Blue) = 102+172+159=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AC9F is #995360. Grayscale: #959595. Windows color (decimal): -10048353 or 10464358. OLE color: 10464358.

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

Color convert

RGB102172159-
CMYK0.4100.080.33
HSL168.86º29.66%53.73%-
HSV(B)168.86º40.7%67.45%-
XYZ26.4934.8338.13-
YUV149.59133.3194.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.56%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=23.56%
G=39.72%
B=36.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721590.4100.080.33168.8629.6653.73
Hex66AC9F290821a91e36
Octal14625423751010412513666
Binary11001101010110010011111101001010001000011010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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