Html Css Color HEX #66ADA0 Tradewind

📋 copy color: '#66ADA0'

red 102 ◦ green 173 ◦ blue 160

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

Shades of Tradewind #66ADA0

Tints of Tradewind #66ADA0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.77%

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 23.45%
G = 39.77%
B = 36.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#66ADA0 (or 0x66ADA0) is known color: Tradewind. HEX triplet: 66, AD and A0. RGB value is (102,173,160). Sum of RGB (Red+Green+Blue) = 102+173+160=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #66ADA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ADA0 is #99525F. Grayscale: #969696. Windows color (decimal): -10048096 or 10530150. OLE color: 10530150.

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

Color convert

RGB 102 173 160 -
CMYK 0.41 0 0.08 0.32
HSL 169.01º 0.3% 0.54% -
HSV(B) 169.01º 0.41% 0.68% -
XYZ 26.77 35.25 38.65 -
YUV 150.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 102 173 160 0.41 0 0.08 0.32 169.01 0.3 0.54
Hex 66 AD A0 29 0 8 20 A9 1E 36
Octal 146 255 240 51 0 10 40 251 36 66
Binary 1100110 10101101 10100000 101001 0 1000 100000 10101001 11110 110110

Color Harmonies of #66ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADA0

Black with #66ADA0

Text Example


Text Example

White with #66ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,173,160); }

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

background-color css

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

 a { background-color: rgb(102,173,160); }

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

border-color css

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

 span { border-color: rgb(102,173,160); }

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