#66AFA5

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

Shades of Tradewind #66AFA5

Tints of Tradewind #66AFA5

Color information

#66AFA5 (or 0x66AFA5) is unknown color: approx Tradewind. HEX triplet: 66, AF and A5. RGB value is (102,175,165). Sum of RGB (Red+Green+Blue) = 102+175+165=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #66AFA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AFA5 is #99505A. Grayscale: #989898. Windows color (decimal): -10047579 or 10858342. OLE color: 10858342.

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

Color convert

RGB102175165-
CMYK0.4200.060.31
HSL171.78º31.33%54.31%-
HSV(B)171.78º41.71%68.63%-
XYZ27.636.241.13-
YUV152.03135.3292.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.08%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 165 (64.84% from 255) = 37.33%
R=23.08%
G=39.59%
B=37.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751650.4200.060.31171.7831.3354.31
Hex66AFA52A061Fac1f36
Octal1462572455206372543766
Binary110011010101111101001011010100110111111010110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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