#66A69F

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

Shades of Tradewind #66A69F

Tints of Tradewind #66A69F

Color information

#66A69F (or 0x66A69F) is unknown color: approx Tradewind. HEX triplet: 66, A6 and 9F. RGB value is (102,166,159). Sum of RGB (Red+Green+Blue) = 102+166+159=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #66A69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A69F is #995960. Grayscale: #929292. Windows color (decimal): -10049889 or 10462822. OLE color: 10462822.

HSL color Cylindrical-coordinate representation of color #66A69F: hue angle of 173.44º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A69F is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB102166159-
CMYK0.3900.040.35
HSL173.44º26.45%52.55%-
HSV(B)173.44º38.55%65.1%-
XYZ25.3732.637.76-
YUV146.07135.396.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.89%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=23.89%
G=38.88%
B=37.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021661590.3900.040.35173.4426.4552.55
Hex66A69F270423ad1a35
Octal1462462374704432553265
Binary1100110101001101001111110011101001000111010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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