#66AFA3

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

Shades of Tradewind #66AFA3

Tints of Tradewind #66AFA3

Color information

#66AFA3 (or 0x66AFA3) is unknown color: approx Tradewind. HEX triplet: 66, AF and A3. RGB value is (102,175,163). Sum of RGB (Red+Green+Blue) = 102+175+163=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 175 - color contains mainly: green. Hex color #66AFA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AFA3 is #99505C. Grayscale: #979797. Windows color (decimal): -10047581 or 10727270. OLE color: 10727270.

HSL color Cylindrical-coordinate representation of color #66AFA3: hue angle of 170.14º 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 #66AFA3 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB102175163-
CMYK0.4200.070.31
HSL170.14º31.33%54.31%-
HSV(B)170.14º41.71%68.63%-
XYZ27.4236.1340.18-
YUV151.8134.3292.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.18%
GREEN value IS 175 (68.75% from 255) = 39.77%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=23.18%
G=39.77%
B=37.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751630.4200.070.31170.1431.3354.31
Hex66AFA32A071Faa1f36
Octal1462572435207372523766
Binary110011010101111101000111010100111111111010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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