#66B5AA

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

Shades of Tradewind #66B5AA

Tints of Tradewind #66B5AA

Color information

#66B5AA (or 0x66B5AA) is unknown color: approx Tradewind. HEX triplet: 66, B5 and AA. RGB value is (102,181,170). Sum of RGB (Red+Green+Blue) = 102+181+170=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #66B5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B5AA is #994A55. Grayscale: #9C9C9C. Windows color (decimal): -10046038 or 11187558. OLE color: 11187558.

HSL color Cylindrical-coordinate representation of color #66B5AA: hue angle of 171.65º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B5AA is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB102181170-
CMYK0.4400.060.29
HSL171.65º34.8%55.49%-
HSV(B)171.65º43.65%70.98%-
XYZ29.2638.7743.97-
YUV156.12135.8389.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.52%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=22.52%
G=39.96%
B=37.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021811700.4400.060.29171.6534.855.49
Hex66B5AA2C061Dac2337
Octal1462652525406352544367
Binary1100110101101011010101010110001101110110101100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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