#66BDAE

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

Shades of Tradewind #66BDAE

Tints of Tradewind #66BDAE

Color information

#66BDAE (or 0x66BDAE) is unknown color: approx Tradewind. HEX triplet: 66, BD and AE. RGB value is (102,189,174). Sum of RGB (Red+Green+Blue) = 102+189+174=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BDAE is #994251. Grayscale: #A1A1A1. Windows color (decimal): -10043986 or 11451750. OLE color: 11451750.

HSL color Cylindrical-coordinate representation of color #66BDAE: hue angle of 169.66º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BDAE is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB102189174-
CMYK0.4600.080.26
HSL169.66º39.73%57.06%-
HSV(B)169.66º46.03%74.12%-
XYZ31.3242.2846.55-
YUV161.28135.1885.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=21.94%
G=40.65%
B=37.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021891740.4600.080.26169.6639.7357.06
Hex66BDAE2E081Aaa2839
Octal14627525656010322525071
Binary11001101011110110101110101110010001101010101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,189,174); }

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

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

 a { background-color: rgb(102,189,174); }

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

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

 span { border-color: rgb(102,189,174); }

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