#66B3A3

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

Shades of Tradewind #66B3A3

Tints of Tradewind #66B3A3

Color information

#66B3A3 (or 0x66B3A3) is unknown color: approx Tradewind. HEX triplet: 66, B3 and A3. RGB value is (102,179,163). Sum of RGB (Red+Green+Blue) = 102+179+163=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 179 - color contains mainly: green. Hex color #66B3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B3A3 is #994C5C. Grayscale: #9A9A9A. Windows color (decimal): -10046557 or 10728294. OLE color: 10728294.

HSL color Cylindrical-coordinate representation of color #66B3A3: hue angle of 167.53º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B3A3 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB102179163-
CMYK0.4300.090.30
HSL167.53º33.62%55.1%-
HSV(B)167.53º43.02%70.2%-
XYZ28.2137.7140.44-
YUV154.15132.9990.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.97%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 163 (64.06% from 255) = 36.71%
R=22.97%
G=40.32%
B=36.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1021791630.4300.090.30167.5333.6255.1
Hex66B3A32B091Ea82237
Octal14626324353011362504267
Binary11001101011001110100011101011010011111010101000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,179,163); }

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

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

 a { background-color: rgb(102,179,163); }

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

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

 span { border-color: rgb(102,179,163); }

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