#66B9AA

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

Shades of Tradewind #66B9AA

Tints of Tradewind #66B9AA

Color information

#66B9AA (or 0x66B9AA) is unknown color: approx Tradewind. HEX triplet: 66, B9 and AA. RGB value is (102,185,170). Sum of RGB (Red+Green+Blue) = 102+185+170=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 185 - color contains mainly: green. Hex color #66B9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B9AA is #994655. Grayscale: #9E9E9E. Windows color (decimal): -10045014 or 11188582. OLE color: 11188582.

HSL color Cylindrical-coordinate representation of color #66B9AA: hue angle of 169.16º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B9AA is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB102185170-
CMYK0.4500.080.27
HSL169.16º37.22%56.27%-
HSV(B)169.16º44.86%72.55%-
XYZ30.0840.4244.25-
YUV158.47134.587.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.32%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=22.32%
G=40.48%
B=37.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851700.4500.080.27169.1637.2256.27
Hex66B9AA2D081Ba92538
Octal14627125255010332514570
Binary11001101011100110101010101101010001101110101001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,185,170); }

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

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

 a { background-color: rgb(102,185,170); }

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

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

 span { border-color: rgb(102,185,170); }

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