Html Css Color HEX #66ADA3 Tradewind

📋 copy color: '#66ADA3'

red 102 ◦ green 173 ◦ blue 163

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

Shades of Tradewind #66ADA3

Tints of Tradewind #66ADA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.21%

R = 23.29%
G = 39.5%
B = 37.21%

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

#66ADA3 (or 0x66ADA3) is known color: Tradewind. HEX triplet: 66, AD and A3. RGB value is (102,173,163). Sum of RGB (Red+Green+Blue) = 102+173+163=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #66ADA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ADA3 is #99525C. Grayscale: #969696. Windows color (decimal): -10048093 or 10726758. OLE color: 10726758.

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

Color convert

RGB 102 173 163 -
CMYK 0.41 0 0.06 0.32
HSL 171.55º 0.3% 0.54% -
HSV(B) 171.55º 0.41% 0.68% -
XYZ 27.03 35.36 40.05 -
YUV 150.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 102 173 163 0.41 0 0.06 0.32 171.55 0.3 0.54
Hex 66 AD A3 29 0 6 20 AC 1E 36
Octal 146 255 243 51 0 6 40 254 36 66
Binary 1100110 10101101 10100011 101001 0 110 100000 10101100 11110 110110

Color Harmonies of #66ADA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66ADA3

Black with #66ADA3

Text Example


Text Example

White with #66ADA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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