#66A498

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

Shades of Tradewind #66A498

Tints of Tradewind #66A498

Color information

#66A498 (or 0x66A498) is unknown color: approx Tradewind. HEX triplet: 66, A4 and 98. RGB value is (102,164,152). Sum of RGB (Red+Green+Blue) = 102+164+152=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #66A498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A498 is #995B67. Grayscale: #909090. Windows color (decimal): -10050408 or 10003558. OLE color: 10003558.

HSL color Cylindrical-coordinate representation of color #66A498: hue angle of 168.39º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A498 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB102164152-
CMYK0.3800.070.36
HSL168.39º25.41%52.16%-
HSV(B)168.39º37.8%64.31%-
XYZ24.4231.6434.53-
YUV144.09132.4697.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 152 (59.77% from 255) = 36.36%
R=24.40%
G=39.23%
B=36.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021641520.3800.070.36168.3925.4152.16
Hex66A498260724a81934
Octal1462442304607442503164
Binary1100110101001001001100010011001111001001010100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,164,152); }

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

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

 a { background-color: rgb(102,164,152); }

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

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

 span { border-color: rgb(102,164,152); }

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