#66B8A9

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

Shades of Tradewind #66B8A9

Tints of Tradewind #66B8A9

Color information

#66B8A9 (or 0x66B8A9) is unknown color: approx Tradewind. HEX triplet: 66, B8 and A9. RGB value is (102,184,169). Sum of RGB (Red+Green+Blue) = 102+184+169=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #66B8A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B8A9 is #994756. Grayscale: #9D9D9D. Windows color (decimal): -10045271 or 11122790. OLE color: 11122790.

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

Color convert

RGB102184169-
CMYK0.4500.080.28
HSL169.02º36.61%56.08%-
HSV(B)169.02º44.57%72.16%-
XYZ29.7839.9743.68-
YUV157.77134.3388.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.42%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=22.42%
G=40.44%
B=37.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1021841690.4500.080.28169.0236.6156.08
Hex66B8A92D081Ca92538
Octal14627025155010342514570
Binary11001101011100010101001101101010001110010101001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,184,169); }

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

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

 a { background-color: rgb(102,184,169); }

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

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

 span { border-color: rgb(102,184,169); }

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