Html Css Color HEX #66ACA5 Tradewind

📋 copy color: '#66ACA5'

red 102 ◦ green 172 ◦ blue 165

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

Shades of Tradewind #66ACA5

Tints of Tradewind #66ACA5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.18%

 BLUE value IS 165 (64.84% from 255) = 37.59%

R = 23.23%
G = 39.18%
B = 37.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#66ACA5 (or 0x66ACA5) is known color: Tradewind. HEX triplet: 66, AC and A5. RGB value is (102,172,165). Sum of RGB (Red+Green+Blue) = 102+172+165=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #66ACA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ACA5 is #99535A. Grayscale: #969696. Windows color (decimal): -10048347 or 10857574. OLE color: 10857574.

HSL color Cylindrical-coordinate representation of color #66ACA5: hue angle of 174º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66ACA5 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 172 165 -
CMYK 0.41 0 0.04 0.33
HSL 174º 0.3% 0.54% -
HSV(B) 174º 0.41% 0.67% -
XYZ 27.02 35.05 40.94 -
YUV 150.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 102 172 165 0.41 0 0.04 0.33 174 0.3 0.54
Hex 66 AC A5 29 0 4 21 AE 1E 36
Octal 146 254 245 51 0 4 41 256 36 66
Binary 1100110 10101100 10100101 101001 0 100 100001 10101110 11110 110110

Color Harmonies of #66ACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ACA5

Black with #66ACA5

Text Example


Text Example

White with #66ACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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