Html Css Color HEX #64B9AD Tradewind

📋 copy color: '#64B9AD'

red 100 ◦ green 185 ◦ blue 173

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

Shades of Tradewind #64B9AD

Tints of Tradewind #64B9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.39%

 BLUE value IS 173 (67.97% from 255) = 37.77%

R = 21.83%
G = 40.39%
B = 37.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#64B9AD (or 0x64B9AD) is known color: Tradewind. HEX triplet: 64, B9 and AD. RGB value is (100,185,173). Sum of RGB (Red+Green+Blue) = 100+185+173=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #64B9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B9AD is #9B4652. Grayscale: #9E9E9E. Windows color (decimal): -10176083 or 11385188. OLE color: 11385188.

HSL color Cylindrical-coordinate representation of color #64B9AD: hue angle of 171.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B9AD is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 185 173 -
CMYK 0.46 0 0.06 0.27
HSL 171.53º 0.38% 0.56% -
HSV(B) 171.53º 0.46% 0.73% -
XYZ 30.15 40.42 45.75 -
YUV 158.22 136.34 86.48 -
System Red Green Blue C M Y K H S L
Decimal 100 185 173 0.46 0 0.06 0.27 171.53 0.38 0.56
Hex 64 B9 AD 2E 0 6 1B AC 26 38
Octal 144 271 255 56 0 6 33 254 46 70
Binary 1100100 10111001 10101101 101110 0 110 11011 10101100 100110 111000

Color Harmonies of #64B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B9AD

Black with #64B9AD

Text Example


Text Example

White with #64B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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