Html Css Color HEX #66A49A Tradewind

📋 copy color: '#66A49A'

red 102 ◦ green 164 ◦ blue 154

#66A49A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #66A49A

Tints of Tradewind #66A49A

RGB

 RED value IS 102 (40.23% from 255) = 24.29%

 GREEN value IS 164 (64.45% from 255) = 39.05%

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 24.29%
G = 39.05%
B = 36.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#66A49A (or 0x66A49A) is known color: Tradewind. HEX triplet: 66, A4 and 9A. RGB value is (102,164,154). Sum of RGB (Red+Green+Blue) = 102+164+154=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #66A49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A49A is #995B65. Grayscale: #909090. Windows color (decimal): -10050406 or 10134630. OLE color: 10134630.

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

Color convert

RGB 102 164 154 -
CMYK 0.38 0 0.06 0.36
HSL 170.32º 0.25% 0.52% -
HSV(B) 170.32º 0.38% 0.64% -
XYZ 24.59 31.71 35.4 -
YUV 144.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 102 164 154 0.38 0 0.06 0.36 170.32 0.25 0.52
Hex 66 A4 9A 26 0 6 24 AA 19 34
Octal 146 244 232 46 0 6 44 252 31 64
Binary 1100110 10100100 10011010 100110 0 110 100100 10101010 11001 110100

Color Harmonies of #66A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A49A

Black with #66A49A

Text Example


Text Example

White with #66A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66A49A;
 }
 .AnyTagClassName
 {
   color: #66A49A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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