Html Css Color HEX #64ADA6 Tradewind

📋 copy color: '#64ADA6'

red 100 ◦ green 173 ◦ blue 166

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

Shades of Tradewind #64ADA6

Tints of Tradewind #64ADA6

RGB

 RED value IS 100 (39.45% from 255) = 22.78%

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

 BLUE value IS 166 (65.23% from 255) = 37.81%

R = 22.78%
G = 39.41%
B = 37.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#64ADA6 (or 0x64ADA6) is known color: Tradewind. HEX triplet: 64, AD and A6. RGB value is (100,173,166). Sum of RGB (Red+Green+Blue) = 100+173+166=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #64ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ADA6 is #9B5259. Grayscale: #969696. Windows color (decimal): -10179162 or 10923364. OLE color: 10923364.

HSL color Cylindrical-coordinate representation of color #64ADA6: hue angle of 174.25º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64ADA6 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 173 166 -
CMYK 0.42 0 0.04 0.32
HSL 174.25º 0.31% 0.54% -
HSV(B) 174.25º 0.42% 0.68% -
XYZ 27.08 35.35 41.47 -
YUV 150.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 100 173 166 0.42 0 0.04 0.32 174.25 0.31 0.54
Hex 64 AD A6 2A 0 4 20 AE 1F 36
Octal 144 255 246 52 0 4 40 256 37 66
Binary 1100100 10101101 10100110 101010 0 100 100000 10101110 11111 110110

Color Harmonies of #64ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ADA6

Black with #64ADA6

Text Example


Text Example

White with #64ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64ADA6; }

 p { color: rgb(100,173,166); }

 H1.HeaderClassName
 {
   color: #64ADA6;
 }
 .AnyTagClassName
 {
   color: #64ADA6;
 }
</style>

background-color css

<style>
 a { background-color: #64ADA6; }

 a { background-color: rgb(100,173,166); }

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

border-color css

<style>
 span { border-color: #64ADA6; }

 span { border-color: rgb(100,173,166); }

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