Html Css Color HEX #66A59B Tradewind

📋 copy color: '#66A59B'

red 102 ◦ green 165 ◦ blue 155

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

Shades of Tradewind #66A59B

Tints of Tradewind #66A59B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 24.17%
G = 39.1%
B = 36.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#66A59B (or 0x66A59B) is known color: Tradewind. HEX triplet: 66, A5 and 9B. RGB value is (102,165,155). Sum of RGB (Red+Green+Blue) = 102+165+155=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #66A59B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A59B is #995A64. Grayscale: #919191. Windows color (decimal): -10050149 or 10200422. OLE color: 10200422.

HSL color Cylindrical-coordinate representation of color #66A59B: hue angle of 170.48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A59B is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 165 155 -
CMYK 0.38 0 0.06 0.35
HSL 170.48º 0.26% 0.52% -
HSV(B) 170.48º 0.38% 0.65% -
XYZ 24.85 32.1 35.9 -
YUV 145.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 102 165 155 0.38 0 0.06 0.35 170.48 0.26 0.52
Hex 66 A5 9B 26 0 6 23 AA 1A 34
Octal 146 245 233 46 0 6 43 252 32 64
Binary 1100110 10100101 10011011 100110 0 110 100011 10101010 11010 110100

Color Harmonies of #66A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A59B

Black with #66A59B

Text Example


Text Example

White with #66A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,165,155); }

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

background-color css

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

 a { background-color: rgb(102,165,155); }

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

border-color css

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

 span { border-color: rgb(102,165,155); }

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