#66BAAB

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

Shades of Tradewind #66BAAB

Tints of Tradewind #66BAAB

Color information

#66BAAB (or 0x66BAAB) is unknown color: approx Tradewind. HEX triplet: 66, BA and AB. RGB value is (102,186,171). Sum of RGB (Red+Green+Blue) = 102+186+171=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #66BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BAAB is #994554. Grayscale: #9F9F9F. Windows color (decimal): -10044757 or 11254374. OLE color: 11254374.

HSL color Cylindrical-coordinate representation of color #66BAAB: hue angle of 169.29º degrees, saturation: 0.38, 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 #66BAAB is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB102186171-
CMYK0.4500.080.27
HSL169.29º37.84%56.47%-
HSV(B)169.29º45.16%72.94%-
XYZ30.3940.8844.82-
YUV159.17134.6787.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.22%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=22.22%
G=40.52%
B=37.25%

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
Decimal1021861710.4500.080.27169.2937.8456.47
Hex66BAAB2D081Ba92638
Octal14627225355010332514670
Binary11001101011101010101011101101010001101110101001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,186,171); }

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

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

 a { background-color: rgb(102,186,171); }

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

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

 span { border-color: rgb(102,186,171); }

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