#65A89E

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

Shades of Tradewind #65A89E

Tints of Tradewind #65A89E

Color information

#65A89E (or 0x65A89E) is unknown color: approx Tradewind. HEX triplet: 65, A8 and 9E. RGB value is (101,168,158). Sum of RGB (Red+Green+Blue) = 101+168+158=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 168 - color contains mainly: green. Hex color #65A89E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A89E is #9A5761. Grayscale: #929292. Windows color (decimal): -10114914 or 10397797. OLE color: 10397797.

HSL color Cylindrical-coordinate representation of color #65A89E: hue angle of 171.04º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A89E is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB101168158-
CMYK0.4000.060.34
HSL171.04º27.8%52.75%-
HSV(B)171.04º39.88%65.88%-
XYZ25.5433.2437.42-
YUV146.83134.395.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.65%
GREEN value IS 168 (66.02% from 255) = 39.34%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=23.65%
G=39.34%
B=37.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011681580.4000.060.34171.0427.852.75
Hex65A89E280622ab1c35
Octal1452502365006422533465
Binary1100101101010001001111010100001101000101010101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,168,158); }

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

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

 a { background-color: rgb(101,168,158); }

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

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

 span { border-color: rgb(101,168,158); }

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