#65A49A

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

Shades of Tradewind #65A49A

Tints of Tradewind #65A49A

Color information

#65A49A (or 0x65A49A) is unknown color: approx Tradewind. HEX triplet: 65, A4 and 9A. RGB value is (101,164,154). Sum of RGB (Red+Green+Blue) = 101+164+154=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #65A49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A49A is #9A5B65. Grayscale: #909090. Windows color (decimal): -10115942 or 10134629. OLE color: 10134629.

HSL color Cylindrical-coordinate representation of color #65A49A: hue angle of 170.48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A49A is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB101164154-
CMYK0.3800.060.36
HSL170.48º25.71%51.96%-
HSV(B)170.48º38.41%64.31%-
XYZ24.4831.6535.39-
YUV144.02133.6397.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.11%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=24.11%
G=39.14%
B=36.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011641540.3800.060.36170.4825.7151.96
Hex65A49A260624aa1a34
Octal1452442324606442523264
Binary1100101101001001001101010011001101001001010101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A49A; }

 p { color: rgb(101,164,154); }

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

<style>
 a { background-color: #65A49A; }

 a { background-color: rgb(101,164,154); }

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

<style>
 span { border-color: #65A49A; }

 span { border-color: rgb(101,164,154); }

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