#64A79C

Color #64A79C Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #64A79C

Tints of Tradewind #64A79C

Color information

#64A79C (or 0x64A79C) is unknown color: approx Tradewind. HEX triplet: 64, A7 and 9C. RGB value is (100,167,156). Sum of RGB (Red+Green+Blue) = 100+167+156=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #64A79C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A79C is #9B5863. Grayscale: #919191. Windows color (decimal): -10180708 or 10266468. OLE color: 10266468.

HSL color Cylindrical-coordinate representation of color #64A79C: hue angle of 170.15º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A79C is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB100167156-
CMYK0.4000.070.35
HSL170.15º27.57%52.35%-
HSV(B)170.15º40.12%65.49%-
XYZ25.0732.7536.45-
YUV145.71133.895.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.64%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=23.64%
G=39.48%
B=36.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001671560.4000.070.35170.1527.5752.35
Hex64A79C280723aa1c34
Octal1442472345007432523464
Binary1100100101001111001110010100001111000111010101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,167,156); }

 H1.HeaderClassName
 {
   color: #64A79C;
 }
 .AnyTagClassName
 {
   color: #64A79C;
 }
</style>
background-color css

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

 a { background-color: rgb(100,167,156); }

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

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

 span { border-color: rgb(100,167,156); }

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