Html Css Color HEX #66ACA9 Tradewind

📋 copy color: '#66ACA9'

red 102 ◦ green 172 ◦ blue 169

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

Shades of Tradewind #66ACA9

Tints of Tradewind #66ACA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 38.15%

R = 23.02%
G = 38.83%
B = 38.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#66ACA9 (or 0x66ACA9) is known color: Tradewind. HEX triplet: 66, AC and A9. RGB value is (102,172,169). Sum of RGB (Red+Green+Blue) = 102+172+169=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #66ACA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ACA9 is #995356. Grayscale: #969696. Windows color (decimal): -10048343 or 11119718. OLE color: 11119718.

HSL color Cylindrical-coordinate representation of color #66ACA9: hue angle of 177.43º 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 #66ACA9 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 172 169 -
CMYK 0.41 0 0.02 0.33
HSL 177.43º 0.3% 0.54% -
HSV(B) 177.43º 0.41% 0.67% -
XYZ 27.39 35.19 42.89 -
YUV 150.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 102 172 169 0.41 0 0.02 0.33 177.43 0.3 0.54
Hex 66 AC A9 29 0 2 21 B1 1E 36
Octal 146 254 251 51 0 2 41 261 36 66
Binary 1100110 10101100 10101001 101001 0 10 100001 10110001 11110 110110

Color Harmonies of #66ACA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ACA9

Black with #66ACA9

Text Example


Text Example

White with #66ACA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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