#66AFAB

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

Shades of Tradewind #66AFAB

Tints of Tradewind #66AFAB

Color information

#66AFAB (or 0x66AFAB) is unknown color: approx Tradewind. HEX triplet: 66, AF and AB. RGB value is (102,175,171). Sum of RGB (Red+Green+Blue) = 102+175+171=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #66AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AFAB is #995054. Grayscale: #989898. Windows color (decimal): -10047573 or 11251558. OLE color: 11251558.

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

Color convert

RGB102175171-
CMYK0.4200.020.31
HSL176.71º31.33%54.31%-
HSV(B)176.71º41.71%68.63%-
XYZ28.1636.4344.07-
YUV152.72138.3291.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.77%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=22.77%
G=39.06%
B=38.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751710.4200.020.31176.7131.3354.31
Hex66AFAB2A021Fb11f36
Octal1462572535202372613766
Binary11001101010111110101011101010010111111011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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