#66AFA2

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

Shades of Tradewind #66AFA2

Tints of Tradewind #66AFA2

Color information

#66AFA2 (or 0x66AFA2) is unknown color: approx Tradewind. HEX triplet: 66, AF and A2. RGB value is (102,175,162). Sum of RGB (Red+Green+Blue) = 102+175+162=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #66AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AFA2 is #99505D. Grayscale: #979797. Windows color (decimal): -10047582 or 10661734. OLE color: 10661734.

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

Color convert

RGB102175162-
CMYK0.4200.070.31
HSL169.32º31.33%54.31%-
HSV(B)169.32º41.71%68.63%-
XYZ27.3336.0939.71-
YUV151.69133.8292.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.23%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=23.23%
G=39.86%
B=36.90%

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
Decimal1021751620.4200.070.31169.3231.3354.31
Hex66AFA22A071Fa91f36
Octal1462572425207372513766
Binary110011010101111101000101010100111111111010100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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