#66AFA0

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

Shades of Tradewind #66AFA0

Tints of Tradewind #66AFA0

Color information

#66AFA0 (or 0x66AFA0) is unknown color: approx Tradewind. HEX triplet: 66, AF and A0. RGB value is (102,175,160). Sum of RGB (Red+Green+Blue) = 102+175+160=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #66AFA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AFA0 is #99505F. Grayscale: #979797. Windows color (decimal): -10047584 or 10530662. OLE color: 10530662.

HSL color Cylindrical-coordinate representation of color #66AFA0: hue angle of 167.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AFA0 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB102175160-
CMYK0.4200.090.31
HSL167.67º31.33%54.31%-
HSV(B)167.67º41.71%68.63%-
XYZ27.1536.0238.78-
YUV151.46132.8292.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=23.34%
G=40.05%
B=36.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751600.4200.090.31167.6731.3354.31
Hex66AFA02A091Fa81f36
Octal14625724052011372503766
Binary1100110101011111010000010101001001111111010100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,160); }

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

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

 a { background-color: rgb(102,175,160); }

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

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

 span { border-color: rgb(102,175,160); }

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