Html Css Color HEX #66A99E Tradewind

📋 copy color: '#66A99E'

red 102 ◦ green 169 ◦ blue 158

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

Shades of Tradewind #66A99E

Tints of Tradewind #66A99E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 23.78%
G = 39.39%
B = 36.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#66A99E (or 0x66A99E) is known color: Tradewind. HEX triplet: 66, A9 and 9E. RGB value is (102,169,158). Sum of RGB (Red+Green+Blue) = 102+169+158=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 169 - color contains mainly: green. Hex color #66A99E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A99E is #995661. Grayscale: #939393. Windows color (decimal): -10049122 or 10398054. OLE color: 10398054.

HSL color Cylindrical-coordinate representation of color #66A99E: hue angle of 170.15º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A99E is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 169 158 -
CMYK 0.40 0 0.07 0.34
HSL 170.15º 0.28% 0.53% -
HSV(B) 170.15º 0.4% 0.66% -
XYZ 25.84 33.67 37.48 -
YUV 147.71 133.8 95.39 -
System Red Green Blue C M Y K H S L
Decimal 102 169 158 0.40 0 0.07 0.34 170.15 0.28 0.53
Hex 66 A9 9E 28 0 7 22 AA 1C 35
Octal 146 251 236 50 0 7 42 252 34 65
Binary 1100110 10101001 10011110 101000 0 111 100010 10101010 11100 110101

Color Harmonies of #66A99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A99E

Black with #66A99E

Text Example


Text Example

White with #66A99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,169,158); }

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

background-color css

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

 a { background-color: rgb(102,169,158); }

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

border-color css

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

 span { border-color: rgb(102,169,158); }

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