Html Css Color HEX #66ADA2 Tradewind

📋 copy color: '#66ADA2'

red 102 ◦ green 173 ◦ blue 162

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

Shades of Tradewind #66ADA2

Tints of Tradewind #66ADA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.07%

R = 23.34%
G = 39.59%
B = 37.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#66ADA2 (or 0x66ADA2) is known color: Tradewind. HEX triplet: 66, AD and A2. RGB value is (102,173,162). Sum of RGB (Red+Green+Blue) = 102+173+162=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #66ADA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ADA2 is #99525D. Grayscale: #969696. Windows color (decimal): -10048094 or 10661222. OLE color: 10661222.

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

Color convert

RGB 102 173 162 -
CMYK 0.41 0 0.06 0.32
HSL 170.7º 0.3% 0.54% -
HSV(B) 170.7º 0.41% 0.68% -
XYZ 26.94 35.32 39.58 -
YUV 150.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 102 173 162 0.41 0 0.06 0.32 170.7 0.3 0.54
Hex 66 AD A2 29 0 6 20 AB 1E 36
Octal 146 255 242 51 0 6 40 253 36 66
Binary 1100110 10101101 10100010 101001 0 110 100000 10101011 11110 110110

Color Harmonies of #66ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADA2

Black with #66ADA2

Text Example


Text Example

White with #66ADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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